Skip to content

Commit

Permalink
skip flaky suite (elastic#176967)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and CoenWarmer committed Feb 15, 2024
1 parent cee4e6e commit ed48ce9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/api_integration/apis/metrics_ui/services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ export default function ({ getService }: FtrProviderContext) {
.expect(400);
});
});
describe('with logs only', () => {
// FLAKY: https://github.com/elastic/kibana/issues/176967
describe.skip('with logs only', () => {
before(async () => {
await synthtrace.index(
generateServicesLogsOnlyData({ from, to, instanceCount: 1, servicesPerHost: 2 })
Expand Down

0 comments on commit ed48ce9

Please sign in to comment.