Skip to content

Commit

Permalink
Skip "should render correctly" (ampproject#34541)
Browse files Browse the repository at this point in the history
  • Loading branch information
caroqliu authored and rileyajones committed May 26, 2021
1 parent 02fea59 commit b59b984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/amp-base-carousel/0.1/test-e2e/test-carousel.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ describes.endtoend(
controller = env.controller;
});

it('should render correctly', async function () {
it.skip('should render correctly', async function () {
this.timeout(testTimeout);
const el = await getScrollingElement(controller);

Expand Down

0 comments on commit b59b984

Please sign in to comment.