Unskipping DLS/FLS tests (#72858)

This commit is contained in:
Larry Gregory 2020-07-22 13:57:27 -04:00 committed by GitHub
parent 90c8406dcf
commit 39aa1f19c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View file

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

View file

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