Skip to content

Commit

Permalink
❄️ Skip flaky iframe test (#32105)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsimha committed Jan 21, 2021
1 parent 96ce502 commit b6e0723
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/unit/test-iframe-helper.js
Expand Up @@ -206,7 +206,8 @@ describe
});
});

it('should set sentinel on postMessage data', () => {
// TODO(wg-components, #32103): This fails regularly during CI
it.skip('should set sentinel on postMessage data', () => {
insert(testIframe);
const postMessageSpy = window.sandbox /*OK*/
.spy(testIframe.contentWindow, 'postMessage');
Expand Down

0 comments on commit b6e0723

Please sign in to comment.