Skip to content

Commit

Permalink
❄️ Skip flaky e2e test amp-subscriptions-google (#39915)
Browse files Browse the repository at this point in the history
* Skip flaky e2e test amp-subscriptions-google

* Update extensions/amp-subscriptions-google/0.1/test-e2e/test-amp-subscriptions-google.js

Co-authored-by: Daniel Rozenberg <me@danielrozenberg.com>

---------

Co-authored-by: Daniel Rozenberg <me@danielrozenberg.com>
  • Loading branch information
powerivq and danielrozenberg committed Mar 21, 2024
1 parent 122c554 commit 3f8ad6d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ describes.endtoend(
controller = env.controller;
});

it('Subscription offers should render correctly', async () => {
// TODO(#39914): Reliably failed on CI, skip and investigate
it.skip('Subscription offers should render correctly', async () => {
const btn = await controller.findElement('#swg_button');
// Wait for button to be rendered and ready to click
await expect(controller.getElementRect(btn)).to.include({
Expand Down

0 comments on commit 3f8ad6d

Please sign in to comment.