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
…elastic#90395)

* fixes elastic#74449

* unskipping accessibility test
  • Loading branch information
rashmivkulkarni committed Feb 5, 2021
1 parent 5b1a4f2 commit 646e731
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 646e731

Please sign in to comment.