mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Unskipping DLS/FLS tests (#72858)
This commit is contained in:
parent
90c8406dcf
commit
39aa1f19c9
2 changed files with 2 additions and 4 deletions
|
@ -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');
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue