Skip to content

Commit

Permalink
disable e2e tests for IncrementalDelivery until graphql-http has supp…
Browse files Browse the repository at this point in the history
…ort (#3783)
  • Loading branch information
acao authored Sep 15, 2024
1 parent 6b88593 commit b50b4bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/graphiql/cypress/e2e/incremental-delivery.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ import { version } from 'graphql';
let describeOrSkip: Mocha.SuiteFunction | Mocha.PendingSuiteFunction = describe;

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

describeOrSkip('IncrementalDelivery support via fetcher', () => {
Expand Down

0 comments on commit b50b4bf

Please sign in to comment.