Skip to content

Commit fdef2c5

Browse files
committed
skip flaky suite (#85085)
1 parent 5556070 commit fdef2c5

File tree

1 file changed

+2
-1
lines changed
  • x-pack/test/security_solution_endpoint/apps/endpoint

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
1414
const browser = getService('browser');
1515
const queryBar = getService('queryBar');
1616

17-
describe('Endpoint Event Resolver', function () {
17+
// FLAKY: https://github.com/elastic/kibana/issues/85085
18+
describe.skip('Endpoint Event Resolver', function () {
1819
before(async () => {
1920
await pageObjects.hosts.navigateToSecurityHostsPage();
2021
await pageObjects.common.dismissBanner();

0 commit comments

Comments
 (0)