Skip to content

Commit

Permalink
chore(NA): skip apis Endpoint plugin Endpoint alert API when data is …
Browse files Browse the repository at this point in the history
…in elasticsearch (#68613)
  • Loading branch information
mistic committed Jun 9, 2020
1 parent bc5d8c2 commit e74440b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion x-pack/test/api_integration/apis/endpoint/alerts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ export default function ({ getService }: FtrProviderContext) {

let nullableEventId = '';

describe('Endpoint alert API', () => {
// SKIPPED as it is failing ES PROMOTION: https://github.com/elastic/kibana/issues/68613
describe.skip('Endpoint alert API', () => {
describe('when data is in elasticsearch', () => {
before(async () => {
await esArchiver.load('endpoint/alerts/api_feature');
Expand Down
3 changes: 1 addition & 2 deletions x-pack/test/functional_endpoint/apps/endpoint/alerts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
const esArchiver = getService('esArchiver');
const browser = getService('browser');

// 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 () {
describe('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 e74440b

Please sign in to comment.