Skip to content

Commit

Permalink
skip flaky suite (elastic#100296)
Browse files Browse the repository at this point in the history
(cherry picked from commit f4e0895)
  • Loading branch information
spalger committed Jun 16, 2021
1 parent d04d9e1 commit 7a39159
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 7a39159

Please sign in to comment.