mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip failing test suite (#204139)
This commit is contained in:
parent
eca817466b
commit
10b7669436
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const esArchiver = getService('esArchiver');
|
||||
const queryBar = getService('queryBar');
|
||||
|
||||
describe('security root profile', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/204139
|
||||
describe.skip('security root profile', () => {
|
||||
before(async () => {
|
||||
await PageObjects.svlCommonPage.loginAsViewer();
|
||||
await esArchiver.loadIfNeeded(path.join(SECURITY_ES_ARCHIVES_DIR, 'auditbeat_single'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue