We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce35b92 commit 6952f5aCopy full SHA for 6952f5a
src/__tests__/composeWithJson-test.ts
@@ -7,7 +7,9 @@ import { composeWithJson } from '../index';
7
const { GraphQLSchema, GraphQLObjectType } = graphql;
8
jasmine.DEFAULT_TIMEOUT_INTERVAL = 60000;
9
10
-describe('composeWithJson', () => {
+// There is a HEROKU problem with https://swapi.co
11
+// Disable tests temporary
12
+describe.skip('composeWithJson', () => {
13
it('request film by id', async () => {
14
const res = await graphql.graphql(
15
schema,
0 commit comments