Skip to content

Commit

Permalink
skip flaky suite (#173419)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 14, 2023
1 parent 65016be commit 9a5dd78
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9a5dd78

Please sign in to comment.