chore(NA): skip endpoint Endpoint Alert Page: when es has data and user has navigated to the page (#68596)

This commit is contained in:
Tiago Costa 2020-06-09 03:36:12 +01:00
parent d99cf75814
commit bc5d8c20c1
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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');