Skip to content

Commit

Permalink
trying to unskip accessibility- dashboard_controls test - also tried …
Browse files Browse the repository at this point in the history
…on Flaky test runner ( *100) (elastic#138859)

* trying on FTR

* removed the comments

Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
2 people authored and Mpdreamz committed Sep 6, 2022
1 parent 74a0c9d commit 5a453db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x-pack/test/accessibility/apps/dashboard_controls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const PageObjects = getPageObjects(['common', 'dashboard', 'home', 'dashboardControls']);
const browser = getService('browser');

// FLAKY: https://github.com/elastic/kibana/issues/135508
describe.skip('Dashboard controls a11y tests', () => {
describe('Dashboard controls a11y tests', () => {
before(async () => {
await kibanaServer.savedObjects.cleanStandardList();
await PageObjects.common.navigateToUrl('home', '/tutorial_directory/sampleData', {
Expand Down

0 comments on commit 5a453db

Please sign in to comment.