From 9a5dd789e071bea1c275c275b73ebbeb5c401b19 Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Thu, 14 Dec 2023 21:41:59 +0000 Subject: [PATCH] skip flaky suite (#173419) --- .../tests/alerts/transaction_error_rate.spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/test/apm_api_integration/tests/alerts/transaction_error_rate.spec.ts b/x-pack/test/apm_api_integration/tests/alerts/transaction_error_rate.spec.ts index a3f69827cf7a8c..5115b1051b8c9a 100644 --- a/x-pack/test/apm_api_integration/tests/alerts/transaction_error_rate.spec.ts +++ b/x-pack/test/apm_api_integration/tests/alerts/transaction_error_rate.spec.ts @@ -249,7 +249,8 @@ export default function ApiTest({ getService }: FtrProviderContext) { ); }); - it('shows alert count=1 for opbeans-node on service inventory', async () => { + // FLAKY: https://github.com/elastic/kibana/issues/173419 + it.skip('shows alert count=1 for opbeans-node on service inventory', async () => { const serviceInventoryAlertCounts = await fetchServiceInventoryAlertCounts(apmApiClient); expect(serviceInventoryAlertCounts).to.eql({ 'opbeans-node': 1,