Skip to content

Commit

Permalink
always skip incremental delivery e2e for now (#3784)
Browse files Browse the repository at this point in the history
  • Loading branch information
acao committed Sep 15, 2024
1 parent b50b4bf commit 8300f33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/graphiql/cypress/e2e/incremental-delivery.cy.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { version } from 'graphql';

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

View workflow job for this annotation

GitHub Actions / Release

'version' is defined but never used. Allowed unused vars must match /^React$/u

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

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

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

0 comments on commit 8300f33

Please sign in to comment.