Skip to content

Commit

Permalink
skip flaky suite. #100296
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Sep 26, 2021
1 parent affeb99 commit 0a30434
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
const testSubjects = getService('testSubjects');
const policyTestResources = getService('policyTestResources');

describe('When on the Endpoint Policy Details Page', function () {
// FLAKY https://github.com/elastic/kibana/issues/100296
describe.skip('When on the Endpoint Policy Details Page', function () {
describe('with an invalid policy id', () => {
it('should display an error', async () => {
await pageObjects.policy.navigateToPolicyDetails('invalid-id');
Expand Down

0 comments on commit 0a30434

Please sign in to comment.