Skip to content

Commit

Permalink
skip suites blocking es snapshot promomotion (#70532)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Jul 1, 2020
1 parent 515b5dc commit 0f418bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ export default function ({ getService }) {
updateTemplate,
} = registerHelpers({ supertest });

describe('index templates', () => {
// blocking es snapshot promotion: https://github.com/elastic/kibana/issues/70532
describe.skip('index templates', () => {
after(() => Promise.all([cleanUpEsResources()]));

describe('get all', () => {
Expand Down
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/index_management/home_page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
const log = getService('log');
const browser = getService('browser');

describe('Home page', function () {
// blocking es snapshot promotion: https://github.com/elastic/kibana/issues/70532
describe.skip('Home page', function () {
before(async () => {
await pageObjects.common.navigateToApp('indexManagement');
});
Expand Down

0 comments on commit 0f418bb

Please sign in to comment.