Skip to content

Commit

Permalink
chore: try to skip problem tests
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Mar 29, 2023
1 parent 4fb1e8a commit 3cfea5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/functional/web/safari-nativewebtap-e2e-specs.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ describe('Safari - coordinate conversion -', function () {

const devices = [DEVICE_NAME, DEVICE_NAME_FOR_SAFARI_IPAD];
before(function () {
if (process.env.CI) {
return this.skip();
}
async function loadPage (driver, url) {
await retryInterval(5, 1000, async function () {
await openPage(driver, url);
Expand Down

0 comments on commit 3cfea5d

Please # to comment.