Skip to content

Commit

Permalink
Skip flaky "<Settings /> can navigate Autoplay Settings" test
Browse files Browse the repository at this point in the history
(cherry picked from commit 1dfc70f)
  • Loading branch information
spalger committed Nov 22, 2019
1 parent 5e4b401 commit c50dd54
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ describe('<Settings />', () => {
expect(popover(wrapper).prop('isOpen')).toEqual(false);
});

test('can navigate Autoplay Settings', async () => {
// FLAKY: https://github.com/elastic/kibana/issues/48058
test.skip('can navigate Autoplay Settings', async () => {
trigger(wrapper).simulate('click');
expect(takeMountedSnapshot(portal(wrapper))).toMatchSnapshot();
await tick(20);
Expand Down

0 comments on commit c50dd54

Please sign in to comment.