Skip to content

Commit

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

after(() => synthtraceEsClient.clean());

describe('compare latency value between service inventory and service maps', () => {
// FLAKY: https://github.com/elastic/kibana/issues/172772
describe.skip('compare latency value between service inventory and service maps', () => {
before(async () => {
[errorTransactionValues, errorRateMetricValues] = await Promise.all([
getErrorRateValues('transaction'),
Expand Down

0 comments on commit c22ae58

Please sign in to comment.