chore(NA): skip apis Endpoint plugin Endpoint alert API when data is in elasticsearch (#68613)

This commit is contained in:
Tiago Costa 2020-06-09 03:50:27 +01:00
parent bc5d8c20c1
commit e74440b138
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA
2 changed files with 3 additions and 3 deletions

View file

@ -70,7 +70,8 @@ export default function ({ getService }: FtrProviderContext) {
let nullableEventId = ''; 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', () => { describe('when data is in elasticsearch', () => {
before(async () => { before(async () => {
await esArchiver.load('endpoint/alerts/api_feature'); await esArchiver.load('endpoint/alerts/api_feature');

View file

@ -12,8 +12,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
const esArchiver = getService('esArchiver'); const esArchiver = getService('esArchiver');
const browser = getService('browser'); const browser = getService('browser');
// SKIPPED as it is failing in ES PROMOTION: https://github.com/elastic/kibana/issues/68596 describe('Endpoint Alert Page: when es has data and user has navigated to the page', function () {
describe.skip('Endpoint Alert Page: when es has data and user has navigated to the page', function () {
this.tags(['ciGroup7']); this.tags(['ciGroup7']);
before(async () => { before(async () => {
await esArchiver.load('endpoint/alerts/api_feature'); await esArchiver.load('endpoint/alerts/api_feature');