Skip to content

Commit

Permalink
skip flaky test (#27435)
Browse files Browse the repository at this point in the history
  • Loading branch information
Enriqe committed Mar 26, 2020
1 parent 2fcbe0f commit 2af7009
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -28,7 +28,7 @@ describes.endtoend(
controller = env.controller;
});

it('Subscription offers should render correctly', async () => {
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 2af7009

Please sign in to comment.