Skip to content

Commit

Permalink
unskip carousel test thats passing (#40228)
Browse files Browse the repository at this point in the history
* unskip carousel e2e tests

* remove failing tests on CI
  • Loading branch information
erwinmombay authored Jan 14, 2025
1 parent 46da0e5 commit 2ce838d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions extensions/amp-base-carousel/0.1/test-e2e/test-carousel.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ describes.endtoend(
await expect(slidesRects[0].width).to.equal(pageWidth);
});

// TODO(#24195): fix this flaky test.
it.skip('should layout the two adjacent slides', async function () {
it('should layout the two adjacent slides', async function () {
const [firstSlideRect, secondSlideRect, lastSlideRect] = [
await controller.getElementRect(await getSlide(controller, 0)),
await controller.getElementRect(await getSlide(controller, 1)),
Expand Down

0 comments on commit 2ce838d

Please sign in to comment.