Skip to content

Commit

Permalink
test: skip dom-repeat flaky tests on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Apr 8, 2020
1 parent e035001 commit 1f8e815
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/light-dom-observing.html
Expand Up @@ -648,7 +648,9 @@
});
}

describe('dom-repeat', () => {
// Skipped due to https://github.com/vaadin/vaadin-grid/issues/1713
const ios = /iPad|iPhone|iPod/.test(navigator.userAgent) && !window.MSStream;
!ios && describe('dom-repeat', () => {
let columns;

beforeEach(() => columns = 'a b c'.split(' '));
Expand Down

0 comments on commit 1f8e815

Please sign in to comment.