Skip to content

Commit

Permalink
skip flaky suite (#57946)
Browse files Browse the repository at this point in the history
(cherry picked from commit c91e4a7)
  • Loading branch information
spalger committed Feb 19, 2020
1 parent cb3728d commit 4a29201
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/endpoint/policy_list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ export default function({ getPageObjects, getService }: FtrProviderContext) {
const pageObjects = getPageObjects(['common', 'endpoint']);
const testSubjects = getService('testSubjects');

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

0 comments on commit 4a29201

Please sign in to comment.