Skip to content

Commit

Permalink
Skip flaky test (#32929)
Browse files Browse the repository at this point in the history
  • Loading branch information
krdwan committed Feb 25, 2021
1 parent 7b1ade5 commit e909f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/test-amp-img.js
Expand Up @@ -64,7 +64,7 @@ describe
);
});

it('should respect media queries', async () => {
it.skip('should respect media queries', async () => {
await fixture.awaitEvent(AmpEvents.LOAD_START, 3);
await new Promise((res) => setTimeout(res, 1));

Expand Down

0 comments on commit e909f6d

Please sign in to comment.