Skip to content

Commit

Permalink
skip flaky suite (elastic#72102)
Browse files Browse the repository at this point in the history
(cherry picked from commit 4ec6a71)
  • Loading branch information
spalger committed Jul 16, 2020
1 parent 14d0645 commit 47c2b2b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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/72102
describe.skip('When on the Endpoint Policy Details Page', function () {
this.tags(['ciGroup7']);

describe('with an invalid policy id', () => {
Expand Down

0 comments on commit 47c2b2b

Please sign in to comment.