mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
(cherry picked from commit 0e83465303
)
This commit is contained in:
parent
80930ebf8f
commit
758a776458
2 changed files with 1 additions and 2 deletions
|
@ -11,7 +11,6 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const PageObjects = getPageObjects(['common', 'home']);
|
||||
const a11y = getService('a11y');
|
||||
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/98463
|
||||
describe('Kibana overview', () => {
|
||||
const esArchiver = getService('esArchiver');
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const PageObjects = getPageObjects(['common', 'security']);
|
||||
|
||||
// Failing: See https://github.com/elastic/kibana/issues/96372
|
||||
describe.skip('Security', () => {
|
||||
describe('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