Skip to content

Commit

Permalink
unskip kibana overview test from xpack and add the missing painless l…
Browse files Browse the repository at this point in the history
…abs test to config.ts
  • Loading branch information
bhavyarm committed Oct 15, 2021
1 parent 411886a commit 620ee73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion x-pack/test/accessibility/apps/kibana_overview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const a11y = getService('a11y');

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

before(async () => {
Expand Down
3 changes: 2 additions & 1 deletion x-pack/test/accessibility/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ export default async function ({ readConfigFile }: FtrConfigProviderContext) {

testFiles: [
require.resolve('./apps/login_page'),
require.resolve('./apps/home'),
require.resolve('./apps/kibana_overview'),
require.resolve('./apps/home'),
require.resolve('./apps/grok_debugger'),
require.resolve('./apps/search_profiler'),
require.resolve('./apps/painless_lab'),
require.resolve('./apps/uptime'),
require.resolve('./apps/spaces'),
require.resolve('./apps/advanced_settings'),
Expand Down

0 comments on commit 620ee73

Please sign in to comment.