Skip to content

Commit

Permalink
test: disable E2E tests temporary
Browse files Browse the repository at this point in the history
  • Loading branch information
nodkz committed May 9, 2020
1 parent ce35b92 commit 6952f5a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/__tests__/composeWithJson-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ import { composeWithJson } from '../index';
const { GraphQLSchema, GraphQLObjectType } = graphql;
jasmine.DEFAULT_TIMEOUT_INTERVAL = 60000;

describe('composeWithJson', () => {
// There is a HEROKU problem with https://swapi.co
// Disable tests temporary
describe.skip('composeWithJson', () => {
it('request film by id', async () => {
const res = await graphql.graphql(
schema,
Expand Down

0 comments on commit 6952f5a

Please sign in to comment.