Skip to content

Commit

Permalink
Skip amp-consent flaky e2e test (#27582)
Browse files Browse the repository at this point in the history
  • Loading branch information
estherkim committed Apr 6, 2020
1 parent 6c35d55 commit 49dea74
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -36,7 +36,8 @@ describes.endtoend(
controller = env.controller;
});

it('should respect server side decision and persist it', async () => {
//TODO (micajuineho): Unskip flaky test
it.skip('should respect server side decision and persist it', async () => {
resetAllElements();

const currentUrl = await controller.getCurrentUrl();
Expand Down

0 comments on commit 49dea74

Please sign in to comment.