Skip to content

Commit

Permalink
removing a skipped test comment and unskipping security login test (#…
Browse files Browse the repository at this point in the history
…125798) (#126127)

(cherry picked from commit 0e83465)
  • Loading branch information
bhavyarm authored Feb 22, 2022
1 parent f105fe5 commit 6e5f58b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion x-pack/test/accessibility/apps/kibana_overview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down
2 changes: 1 addition & 1 deletion x-pack/test/accessibility/apps/login_page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 6e5f58b

Please sign in to comment.