Skip to content

Commit

Permalink
Unskipping DLS/FLS tests (#72858)
Browse files Browse the repository at this point in the history
  • Loading branch information
legrego authored Jul 22, 2020
1 parent 90c8406 commit 39aa1f1
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 @@ -15,8 +15,7 @@ export default function ({ getService, getPageObjects }) {
const screenshot = getService('screenshots');
const PageObjects = getPageObjects(['security', 'common', 'header', 'discover', 'settings']);

// Skipped as failing on ES Promotion: https://github.com/elastic/kibana/issues/70818
describe.skip('dls', function () {
describe('dls', function () {
before('initialize tests', async () => {
await esArchiver.load('empty_kibana');
await esArchiver.loadIfNeeded('security/dlstest');
Expand Down
3 changes: 1 addition & 2 deletions x-pack/test/functional/apps/security/field_level_security.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ export default function ({ getService, getPageObjects }) {
const log = getService('log');
const PageObjects = getPageObjects(['security', 'settings', 'common', 'discover', 'header']);

// Skipped as it was failing on ES Promotion: https://github.com/elastic/kibana/issues/70880
describe.skip('field_level_security', () => {
describe('field_level_security', () => {
before('initialize tests', async () => {
await esArchiver.loadIfNeeded('security/flstest/data'); //( data)
await esArchiver.load('security/flstest/kibana'); //(savedobject)
Expand Down

0 comments on commit 39aa1f1

Please sign in to comment.