mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#96372)
This commit is contained in:
parent
67be0a8e68
commit
0fe5d26c00
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const retry = getService('retry');
|
||||
const PageObjects = getPageObjects(['common', 'security']);
|
||||
|
||||
describe('Security', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/96372
|
||||
describe.skip('Security', () => {
|
||||
describe('Login Page', () => {
|
||||
before(async () => {
|
||||
await esArchiver.load('x-pack/test/functional/es_archives/empty_kibana');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue