mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#77835)
This commit is contained in:
parent
3c597d0718
commit
5d7c60f0ae
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
const esArchiver = getService('esArchiver');
|
||||
const queryBar = getService('queryBar');
|
||||
|
||||
describe('Endpoint Event Resolver', function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/77835
|
||||
describe.skip('Endpoint Event Resolver', function () {
|
||||
before(async () => {
|
||||
await esArchiver.load('endpoint/resolver_tree', { useCreate: true });
|
||||
await pageObjects.hosts.navigateToSecurityHostsPage();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue