Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ci): temporarily disable dd test visibility for unit tests (#706)
`import-in-the-middle` v1.11.0 release broke datadog's vitest test visibility tracing. This PR temporarily disables the visibility harness for unit tests (playwright not affected) until it's fixed. Related: * DataDog/dd-trace-js#4732 * nodejs/import-in-the-middle#155 ## Solution This change disables the Datadog Test Visibility configuration and tracing in the CI workflow for the isomer-studio project. **Breaking Changes** - [x] No - this PR is backwards compatible **Improvements**: - Removed Datadog Test Visibility configuration step from the CI workflow - Commented out Datadog-related environment variables for the test run ## Tests No new tests are required for this change. Existing tests should continue to run without Datadog tracing.
- Loading branch information