This repository was archived by the owner on Jul 29, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ var util = require('util');
5
5
* when using applications which poll with $http or $timeout.
6
6
* A better solution is to switch to the angular $interval service if possible.
7
7
*/
8
- describe ( 'synchronizing with pages that poll' , function ( ) {
8
+ fdescribe ( 'synchronizing with pages that poll' , function ( ) {
9
9
beforeEach ( function ( ) {
10
10
browser . get ( 'index.html#/polling' ) ;
11
11
} ) ;
Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ exports.config = {
26
26
'selenium-version' : '2.47.1' ,
27
27
'chromedriver-version' : '2.19' ,
28
28
'platform' : 'OS X 10.9'
29
- } , {
30
- 'browserName' : 'firefox' ,
31
- 'tunnel-identifier' : process . env . TRAVIS_JOB_NUMBER ,
32
- 'build' : process . env . TRAVIS_BUILD_NUMBER ,
33
- 'name' : 'Protractor suite tests' ,
34
- 'version' : '40' ,
35
- 'selenium-version' : '2.47.1'
29
+ // }, {
30
+ // 'browserName': 'firefox',
31
+ // 'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
32
+ // 'build': process.env.TRAVIS_BUILD_NUMBER,
33
+ // 'name': 'Protractor suite tests',
34
+ // 'version': '40',
35
+ // 'selenium-version': '2.47.1'
36
36
} ] ,
37
37
38
38
baseUrl : env . baseUrl ,
You can’t perform that action at this time.
0 commit comments