Skip to content

Commit

Permalink
✅ Skip flaky shadow integration test on Safari (#26864)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsimha committed Feb 19, 2020
1 parent 230fc30 commit ad6c09a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/integration/test-shadow-amp.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ describes.integration(
shadowDoc = env.win.document.getElementById('host').shadowRoot;
});

it('should attach shadow AMP document', () => {
// TODO(kevinkimball, #26863): Flaky on Safari.
it.configure().skipSafari('should attach shadow AMP document', () => {
return expect(shadowDoc.body.innerText).to.include('Shadow AMP document');
});

Expand Down

0 comments on commit ad6c09a

Please sign in to comment.