Skip to content

Commit

Permalink
❄️ Skip flaky carousel test (#32557)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsimha committed Feb 9, 2021
1 parent a7b2d69 commit fd5fb3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extensions/amp-base-carousel/1.0/test-e2e/test-carousel.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ describes.endtoend(
});

describe('looping', function () {
it('should show the last slide when looping', async function () {
// TODO(wg-components, #24195): Make this less flaky during CI.
it.skip('should show the last slide when looping', async function () {
this.timeout(testTimeout);
const el = await getScrollingElement(styles, controller);
const lastSlide = await getSlide(styles, controller, SLIDE_COUNT - 1);
Expand Down

0 comments on commit fd5fb3f

Please sign in to comment.