Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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