Skip to content

Commit eebb72d

Browse files
committed
skip flaky suite (#71951)
1 parent 913d6b1 commit eebb72d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/test/security_solution_endpoint/apps/endpoint/policy_list.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
1919
const policyTestResources = getService('policyTestResources');
2020
const RELATIVE_DATE_FORMAT = /\d (?:seconds|minutes) ago/i;
2121

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

0 commit comments

Comments
 (0)