Skip to content

Commit dd8db10

Browse files
committed
skip flaky suite (#77701)
1 parent 8bfdefe commit dd8db10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
6565
],
6666
];
6767

68-
describe('endpoint list', function () {
68+
// Failing: See https://github.com/elastic/kibana/issues/77701
69+
describe.skip('endpoint list', function () {
6970
this.tags('ciGroup7');
7071
const sleep = (ms = 100) => new Promise((resolve) => setTimeout(resolve, ms));
7172

0 commit comments

Comments
 (0)