Skip to content

Commit

Permalink
disable e2e tests for IncrementalDelivery until graphql-http has support
Browse files Browse the repository at this point in the history
  • Loading branch information
acao committed Sep 15, 2024
1 parent 6b88593 commit 4911e97
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;

Check failure on line 3 in packages/graphiql/cypress/e2e/incremental-delivery.cy.ts

View workflow job for this annotation

GitHub Actions / ESLint

'describeOrSkip' is never reassigned. Use 'const' instead

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 4911e97

Please sign in to comment.