Skip to content

Commit

Permalink
skip flaky suite (#192891)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 10, 2024
1 parent 8ee4b49 commit c787e41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/infra/node_details.ts
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
});
});

describe('Processes Tab', () => {
// FLAKY: https://github.com/elastic/kibana/issues/192891
describe.skip('Processes Tab', () => {
before(async () => {
await esArchiver.load('x-pack/test/functional/es_archives/infra/metrics_hosts_processes');
await esArchiver.load('x-pack/test/functional/es_archives/infra/metrics_and_logs');
Expand Down

0 comments on commit c787e41

Please sign in to comment.