mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#155447)
This commit is contained in:
parent
60c8b8fecd
commit
656f824a61
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const PageObjects = getPageObjects(['security', 'common', 'header', 'discover', 'settings']);
|
||||
const kibanaServer = getService('kibanaServer');
|
||||
|
||||
describe('dls', function () {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/155447
|
||||
describe.skip('dls', function () {
|
||||
before('initialize tests', async () => {
|
||||
await kibanaServer.savedObjects.cleanStandardList();
|
||||
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/security/dlstest');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue