Skip to content

Commit

Permalink
skip flaky suite (#75721)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Aug 24, 2020
1 parent 7eb02d1 commit fdc93af
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,8 @@ describe('when on the list page', () => {
});
});

describe('when polling on Endpoint List', () => {
// FLAKY: https://github.com/elastic/kibana/issues/75721
describe.skip('when polling on Endpoint List', () => {
beforeEach(async () => {
await reactTestingLibrary.act(() => {
const hostListData = mockEndpointResultList({ total: 4 }).hosts;
Expand Down

0 comments on commit fdc93af

Please sign in to comment.