Skip to content

Commit 8300f33

Browse files
authored
always skip incremental delivery e2e for now (#3784)
1 parent b50b4bf commit 8300f33

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/graphiql/cypress/e2e/incremental-delivery.cy.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import { version } from 'graphql';
22

33
let describeOrSkip: Mocha.SuiteFunction | Mocha.PendingSuiteFunction = describe;
4+
// TODO: add support to graphql-http for IncrementalDelivery first
5+
// if (parseInt(version, 10) < 17) {
46

5-
if (parseInt(version, 10) < 17) {
6-
// TODO: add support to graphql-http for IncrementalDelivery first
7-
// describeOrSkip = describe.skip;
8-
}
7+
describeOrSkip = describe.skip;
8+
// }
99

1010
describeOrSkip('IncrementalDelivery support via fetcher', () => {
1111
describe('When operation contains @stream', () => {

0 commit comments

Comments
 (0)