removing a skipped test comment and unskipping security login test (#125798) (#126128)

(cherry picked from commit 0e83465303)
This commit is contained in:
Bhavya RM 2022-02-22 05:17:06 -05:00 committed by GitHub
parent 80930ebf8f
commit 758a776458
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -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');

View file

@ -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');