Skip to content

Commit

Permalink
skip flaky suite (#77835)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Sep 18, 2020
1 parent 3c597d0 commit 5d7c60f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 5d7c60f

Please sign in to comment.