Skip to content

Commit 6952f5a

Browse files
committed
test: disable E2E tests temporary
1 parent ce35b92 commit 6952f5a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/__tests__/composeWithJson-test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ import { composeWithJson } from '../index';
77
const { GraphQLSchema, GraphQLObjectType } = graphql;
88
jasmine.DEFAULT_TIMEOUT_INTERVAL = 60000;
99

10-
describe('composeWithJson', () => {
10+
// There is a HEROKU problem with https://swapi.co
11+
// Disable tests temporary
12+
describe.skip('composeWithJson', () => {
1113
it('request film by id', async () => {
1214
const res = await graphql.graphql(
1315
schema,

0 commit comments

Comments
 (0)