Skip to content
This repository has been archived by the owner on Jul 30, 2018. It is now read-only.

Commit

Permalink
remove tests
Browse files Browse the repository at this point in the history
  • Loading branch information
agubler committed Aug 2, 2017
1 parent c4ffea6 commit 4a8426d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/intern.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,8 @@ export const capabilities = {
// OnDemand. Options that will be permutated are browserName, version, platform, and platformVersion; any other
// capabilities options specified for an environment will be copied as-is
export const environments = [
{ browserName: 'internet explorer', version: '11' },
{ browserName: 'edge' },
{ browserName: 'firefox', platform: 'WINDOWS' },
{ browserName: 'chrome', platform: 'WINDOWS' },
{ browserName: 'safari', version: '9.1', platform: 'MAC' },
{ browserName: 'iPhone', version: '9.1' }
{ browserName: 'chrome', platform: 'WINDOWS' }
];

// Maximum number of simultaneous integration tests that should be executed on the remote WebDriver service
Expand Down

0 comments on commit 4a8426d

Please sign in to comment.