Skip to content

Commit 7e1f5de

Browse files
Fix flaky e2e amp-story-player test
1 parent a11700f commit 7e1f5de

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

extensions/amp-story-player/0.1/test/test-e2e/test-amp-story-player.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,9 @@ describes.endtoend(
3636
'http://localhost:8000/examples/amp-story/ampconf.html#visibilityState=prerender&origin=http%3A%2F%2Flocalhost%3A8000&showStoryUrlInfo=0&storyPlayer=v0&cap=swipe'
3737
);
3838
});
39+
40+
it('fails', async () => {
41+
await expect(true).to.be.false;
42+
});
3943
}
4044
);

0 commit comments

Comments
 (0)