Skip to content

Commit

Permalink
skip flaky suite (#92567)
Browse files Browse the repository at this point in the history
(cherry picked from commit d941763)
  • Loading branch information
brianseeders authored and spalger committed Feb 24, 2021
1 parent 68184ed commit 84b5b68
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 () {
// Failing: See https://github.com/elastic/kibana/issues/92567
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 84b5b68

Please sign in to comment.