Skip to content

Commit

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

It is what it is!
  • Loading branch information
cauemarcondes authored Nov 7, 2024
1 parent 96c9b5b commit a35f9ce
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 a35f9ce

Please sign in to comment.