skip suites failing es promotion (#96515)

(cherry picked from commit 7fdf7e1d79)
This commit is contained in:
spalger 2021-04-07 16:04:13 -07:00
parent c2d5fa1dda
commit fc9f97e03b
2 changed files with 4 additions and 2 deletions

View file

@ -19,7 +19,8 @@ export default function (providerContext: FtrProviderContext) {
// because `this` has to point to the Mocha context
// see https://mochajs.org/#arrow-functions
describe('EPM - list', async function () {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/96515
describe.skip('EPM - list', async function () {
skipIfNoDockerRegistry(providerContext);
before(async () => {
await esArchiver.load('fleet/empty_fleet_server');

View file

@ -19,7 +19,8 @@ export default function (providerContext: FtrProviderContext) {
const supertestWithoutAuth = getSupertestWithoutAuth(providerContext);
let agentAccessAPIKey: string;
describe('artifact download', () => {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/96515
describe.skip('artifact download', () => {
const esArchiverSnapshots = [
'endpoint/artifacts/fleet_artifacts',
'endpoint/artifacts/api_feature',