Skip to content

Commit

Permalink
chore(NA): skip endpoint Endpoint Alert Page: when es has data and us…
Browse files Browse the repository at this point in the history
…er has navigated to the page (#68596)
  • Loading branch information
mistic committed Jun 8, 2020
1 parent d93182f commit b2f1a64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional_endpoint/apps/endpoint/alerts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
const esArchiver = getService('esArchiver');
const browser = getService('browser');

describe('Endpoint Alert Page: when es has data and user has navigated to the page', function () {
// SKIPPED as it is failing in ES PROMOTION: https://github.com/elastic/kibana/issues/68596
describe.skip('Endpoint Alert Page: when es has data and user has navigated to the page', function () {
this.tags(['ciGroup7']);
before(async () => {
await esArchiver.load('endpoint/alerts/api_feature');
Expand Down

0 comments on commit b2f1a64

Please sign in to comment.