Skip to content

Commit

Permalink
Reenable skipped CCR & Remote Cluster tests (#89723)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
legrego and kibanamachine authored Feb 3, 2021
1 parent a839889 commit 7a32797
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
const appsMenu = getService('appsMenu');
const managementMenu = getService('managementMenu');

// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/89180
describe.skip('security', () => {
describe('security', () => {
before(async () => {
await esArchiver.load('empty_kibana');
await PageObjects.common.navigateToApp('home');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
const appsMenu = getService('appsMenu');
const managementMenu = getService('managementMenu');

// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/89181
describe.skip('security', () => {
describe('security', () => {
before(async () => {
await esArchiver.load('empty_kibana');
await PageObjects.common.navigateToApp('home');
Expand Down

0 comments on commit 7a32797

Please sign in to comment.