Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
Remove .only from new functional tests
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Stone <sstone1@uk.ibm.com>
  • Loading branch information
Simon Stone committed Mar 6, 2018
1 parent bcfd088 commit fcdc1cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ chai.use(require('chai-as-promised'));
chai.use(require('chai-subset'));
chai.should();

describe.only('Transaction (HTTP specific) system tests', function() {
describe('Transaction (HTTP specific) system tests', function() {

this.retries(TestUtil.retries());

Expand Down

0 comments on commit fcdc1cb

Please sign in to comment.