Skip to content

Commit 9529716

Browse files
authored
Unskipping DLS/FLS tests (#72858) (#72930)
1 parent e3d99b0 commit 9529716

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

x-pack/test/functional/apps/security/doc_level_security_roles.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ export default function ({ getService, getPageObjects }) {
1515
const screenshot = getService('screenshots');
1616
const PageObjects = getPageObjects(['security', 'common', 'header', 'discover', 'settings']);
1717

18-
// Skipped as failing on ES Promotion: https://github.com/elastic/kibana/issues/70818
19-
describe.skip('dls', function () {
18+
describe('dls', function () {
2019
before('initialize tests', async () => {
2120
await esArchiver.load('empty_kibana');
2221
await esArchiver.loadIfNeeded('security/dlstest');

x-pack/test/functional/apps/security/field_level_security.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ export default function ({ getService, getPageObjects }) {
1414
const log = getService('log');
1515
const PageObjects = getPageObjects(['security', 'settings', 'common', 'discover', 'header']);
1616

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

0 commit comments

Comments
 (0)