Skip to content

Commit

Permalink
skip flaky suite (#131602)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed May 5, 2022
1 parent 3fa1542 commit 234a636
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
await backButton.click();
await pageObjects.policy.ensureIsOnListPage();
});
describe('when the endpoint count link is clicked', () => {
// FLAKY: https://github.com/elastic/kibana/issues/131602
describe.skip('when the endpoint count link is clicked', () => {
it('navigates to the endpoint list page filtered by policy', async () => {
const endpointCount = (await testSubjects.findAll('policyEndpointCountLink'))[0];
await endpointCount.click();
Expand Down

0 comments on commit 234a636

Please sign in to comment.