From 646e73169f76f0e8ec0245d856ea5fcdec455186 Mon Sep 17 00:00:00 2001
From: Rashmi Kulkarni <rashmi.kulkarni@elastic.co>
Date: Fri, 5 Feb 2021 10:43:03 -0800
Subject: [PATCH] Accessibility test- unskipping a functional test
 (kibana_overview.ts) (#90395)

* fixes https://github.com/elastic/kibana/issues/74449

* unskipping accessibility test
---
 x-pack/test/accessibility/apps/kibana_overview.ts | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/x-pack/test/accessibility/apps/kibana_overview.ts b/x-pack/test/accessibility/apps/kibana_overview.ts
index 395da78f6049c..068b600d2adf2 100644
--- a/x-pack/test/accessibility/apps/kibana_overview.ts
+++ b/x-pack/test/accessibility/apps/kibana_overview.ts
@@ -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 () => {