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 (elastic#115240)
  • Loading branch information
bhavyarm committed Oct 21, 2021
1 parent 4852224 commit 4ffc01b
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 4ffc01b

Please sign in to comment.