Skip to content

Commit

Permalink
Merge branch 'keep_field_list_until_field_caps_sees_fields' of github…
Browse files Browse the repository at this point in the history
….com:mattkime/kibana into keep_field_list_until_field_caps_sees_fields
  • Loading branch information
mattkime committed Dec 18, 2020
2 parents e95acdf + feec3f7 commit edb0a95
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,15 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
await pageObjects.timePicker.setAbsoluteRange(fromTime, toTime);
};

describe('Endpoint Event Resolver', function () {
describe.skip('Endpoint Event Resolver', function () {
before(async () => {
await browser.setWindowSize(1800, 1200);
});
describe.skip('Endpoint Resolver Tree', function () {
after(async () => {
await pageObjects.hosts.deleteDataStreams();
});

describe('Endpoint Resolver Tree', function () {
before(async () => {
await esArchiver.load('empty_kibana');
await esArchiver.load('endpoint/resolver_tree/functions', { useCreate: true });
Expand Down

0 comments on commit edb0a95

Please sign in to comment.