Skip to content

Commit

Permalink
skip flaky suite (elastic#175756)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and CoenWarmer committed Feb 15, 2024
1 parent ebe6ea1 commit 46802ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/apm_api_integration/tests/services/agent.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ export default function ApiTest({ getService }: FtrProviderContext) {
});
});

registry.when(
// FLAKY: https://github.com/elastic/kibana/issues/175756
registry.when.skip(
'Agent name when data is loaded',
{ config: 'basic', archives: [archiveName] },
() => {
Expand Down

0 comments on commit 46802ba

Please sign in to comment.