Skip to content

Commit

Permalink
added in logged issues and skipped tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavyarm committed Mar 23, 2023
1 parent 828e20c commit 36e26d2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion x-pack/test/accessibility/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export default async function ({ readConfigFile }: FtrConfigProviderContext) {
require.resolve('./apps/grok_debugger'),
require.resolve('./apps/search_profiler'),
require.resolve('./apps/painless_lab'),
// https://github.com/elastic/kibana/issues/153601
// require.resolve('./apps/uptime'),
require.resolve('./apps/spaces'),
require.resolve('./apps/advanced_settings'),
Expand All @@ -32,6 +33,8 @@ export default async function ({ readConfigFile }: FtrConfigProviderContext) {
require.resolve('./apps/roles'),
require.resolve('./apps/ingest_node_pipelines'),
require.resolve('./apps/index_lifecycle_management'),
// https://github.com/elastic/kibana/issues/153596
// https://github.com/elastic/kibana/issues/153592
// require.resolve('./apps/ml'),
// require.resolve('./apps/transform'),
require.resolve('./apps/lens'),
Expand All @@ -46,7 +49,8 @@ export default async function ({ readConfigFile }: FtrConfigProviderContext) {
// CCR tests stay in that order. Their execution fails if rearranged.
require.resolve('./apps/remote_clusters'),
require.resolve('./apps/snapshot_and_restore'),
require.resolve('./apps/cross_cluster_replication'),
// https://github.com/elastic/kibana/issues/153599
// require.resolve('./apps/cross_cluster_replication'),
require.resolve('./apps/reporting'),
require.resolve('./apps/enterprise_search'),
require.resolve('./apps/license_management'),
Expand Down

0 comments on commit 36e26d2

Please sign in to comment.