skip flaky suite (#173127)

This commit is contained in:
Tiago Costa 2023-12-13 05:48:34 +00:00
parent 88dd20bf4e
commit 6cf5bd586c
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -234,7 +234,8 @@ export default function ApiTest({ getService }: FtrProviderContext) {
expect(alerts[0]).property('transaction.name', 'tx-node');
});
it('shows alert count=1 for opbeans-node on service inventory', async () => {
// FLAKY: https://github.com/elastic/kibana/issues/173127
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,