Skip to content

Commit

Permalink
Accessibility test- unskipping a functional test (kibana_overview.ts) (
Browse files Browse the repository at this point in the history
…#90395) (#90493)

* fixes #74449

* unskipping accessibility test
  • Loading branch information
rashmivkulkarni authored Feb 5, 2021
1 parent e4cd0dc commit 517e46e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x-pack/test/accessibility/apps/kibana_overview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const PageObjects = getPageObjects(['common', 'home']);
const a11y = getService('a11y');

// FLAKY: https://github.com/elastic/kibana/issues/82226
describe.skip('Kibana overview', () => {
describe('Kibana overview', () => {
const esArchiver = getService('esArchiver');

before(async () => {
Expand Down

0 comments on commit 517e46e

Please sign in to comment.