Skip to content

Commit

Permalink
quarantine staleElementRetry test as it leads to crash phantomjs / cc @…
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Nov 24, 2015
1 parent ae2596f commit a432c03
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions test/spec/functional/staleElementRetry.js
Expand Up @@ -29,7 +29,11 @@ function runInParallel(fns) {
});
}

describe('staleElementRetry', function() {
/**
* PhantomJS < v2.0 crashes here
* ToDo manually install phantomjs 2.0
*/
describe.skip('staleElementRetry', function() {

before(h.setup());

Expand All @@ -48,4 +52,4 @@ describe('staleElementRetry', function() {
return expect(runInParallel(fns)).to.eventually.be.true;
});

});
});

1 comment on commit a432c03

@georgecrawford
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@christian-bromann Do you know why it crashes?

Please sign in to comment.