Skip to content

Commit

Permalink
[APM] Skip transaction details test and removing tutorial tests (elas…
Browse files Browse the repository at this point in the history
…tic#199336)

It is what it is!
  • Loading branch information
cauemarcondes authored and CAWilson94 committed Nov 8, 2024
1 parent 8488119 commit 8490351
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 39 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const policyFormFields = [
},
];

describe('when navigating to integration page', () => {
describe.skip('when navigating to integration page', () => {
beforeEach(() => {
const integrationsPath = '/app/integrations/browse';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const timeRange = {
rangeTo: end,
};
// flaky
describe('Transaction details', () => {
describe.skip('Transaction details', () => {
before(() => {
synthtrace.index(
opbeans({
Expand Down

This file was deleted.

0 comments on commit 8490351

Please sign in to comment.