Skip to content

Commit

Permalink
remove failing test option
Browse files Browse the repository at this point in the history
  • Loading branch information
serdnam committed Dec 13, 2023
1 parent b664f47 commit 16b7485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/tests/postgres.js.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ test.serial('json insert', async (t) => {
t.deepEqual(result, [{ id: 1, name: 'John', jsonb: ['foo', 'bar'] }]);
});

test.serial.failing('set json/jsonb fields with objects and retrieve with the ->> operator', async (t) => {
test.serial('set json/jsonb fields with objects and retrieve with the ->> operator', async (t) => {
const { db } = t.context;

const obj = { string: 'test', number: 123 }
Expand Down

0 comments on commit 16b7485

Please sign in to comment.