mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#173127)
This commit is contained in:
parent
88dd20bf4e
commit
6cf5bd586c
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue