Skip to content
This repository was archived by the owner on Sep 3, 2021. It is now read-only.

Commit be71701

Browse files
committed
skip flaky integration test
1 parent a9b55d4 commit be71701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/integration.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1272,7 +1272,7 @@ test.serial(
12721272
}
12731273
);
12741274

1275-
test.serial('query union type using complex fragments', async t => {
1275+
test.skip('query union type using complex fragments', async t => {
12761276
t.plan(1);
12771277

12781278
await client.mutate({

0 commit comments

Comments
 (0)