Skip to content

Commit

Permalink
skip flaky suite (#71951)
Browse files Browse the repository at this point in the history
(cherry picked from commit eebb72d)
(cherry picked from commit 952f398)
  • Loading branch information
spalger committed Jul 16, 2020
1 parent 3ad2855 commit d294e4a
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 policyTestResources = getService('policyTestResources');
const RELATIVE_DATE_FORMAT = /\d (?:seconds|minutes) ago/i;

describe('When on the Endpoint Policy List', function () {
// FLAKY: https://github.com/elastic/kibana/issues/71951
describe.skip('When on the Endpoint Policy List', function () {
this.tags(['ciGroup7']);
before(async () => {
await pageObjects.policy.navigateToPolicyList();
Expand Down

0 comments on commit d294e4a

Please sign in to comment.