Skip to content

Commit

Permalink
Disable E2E tests (hyperledger-archives#1956)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Stone authored and fabric-composer-app committed Aug 22, 2017
1 parent 7f89e82 commit 90a37d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/composer-playground/protractor.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exports.config = {
directConnect: true,
baseUrl: 'http://127.0.0.1:3001',
specs: ['./e2e/specs/welcome.spec.ts',
'./e2e/specs/editor-define.spec.ts'],
/* './e2e/specs/editor-define.spec.ts' */],
capabilities: {
'browserName': 'chrome',
'chromeOptions': {
Expand Down

0 comments on commit 90a37d1

Please sign in to comment.