Skip to content

Commit

Permalink
skip flaky suite (#176987)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Feb 15, 2024
1 parent f305644 commit e0cdced
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ export default function ApiTest({ getService }: FtrProviderContext) {
});
});

describe('when calling service maps transactions stats api', () => {
// FLAKY: https://github.com/elastic/kibana/issues/176987
describe.skip('when calling service maps transactions stats api', () => {
let serviceMapsNodeThroughput: number | null | undefined;
before(async () => {
const response = await callApi();
Expand Down

0 comments on commit e0cdced

Please sign in to comment.