Skip to content

Commit

Permalink
Merge pull request #6449 from appium/isaac-is-stupid
Browse files Browse the repository at this point in the history
Remove an only-restrictor from tests
  • Loading branch information
jlipps committed Apr 29, 2016
2 parents b3c1e9c + 609ba21 commit 00041de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/driver-specs.js
Expand Up @@ -71,7 +71,7 @@ describe('AppiumDriver', () => {
await appium.createSession(BASE_CAPS);
mockFakeDriver.verify();
});
it.only('should kill all other sessions if sessionOverride is on', async () => {
it('should kill all other sessions if sessionOverride is on', async () => {
appium.args.sessionOverride = true;

// mock three sessions that should be removed when the new one is created
Expand Down

0 comments on commit 00041de

Please sign in to comment.