Skip to content

Commit

Permalink
docs: improve skipped test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rmyz committed Oct 23, 2024
1 parent f900872 commit 0510aca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ describe('Transaction details', () => {
cy.loginAsViewerUser();
});

// skipping this as it´s been failing a lot lately
// skipping this as it´s been failing a lot lately, more information here https:/elastic/kibana/issues/197386
it.skip('shows transaction name and transaction charts', () => {
cy.intercept('GET', '/internal/apm/services/opbeans-java/transactions/charts/latency?*').as(
'transactionLatencyRequest'
Expand Down

0 comments on commit 0510aca

Please sign in to comment.