Skip to content

Commit

Permalink
Temporarily disable failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Feb 18, 2023
1 parent 8a27df1 commit aedd752
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/integration-tests/e2e-jest.sh
Expand Up @@ -61,6 +61,11 @@ sed -i 's/"skipLibCheck": false,/"skipLibCheck": true,/g' tsconfig.json # Speedu

yarn build

# Temporarily ignore this test that is failing due to source maps changes in
# Babel 7.21.0.
# Re-enable it once Jest updates their snapshots to the latest Babel version.
rm -f packages/jest-transform/src/__tests__/ScriptTransformer.test.ts

# The full test suite takes about 20mins on CircleCI. We run only a few of them
# to speed it up.
# The goals of this e2e test are:
Expand Down

0 comments on commit aedd752

Please sign in to comment.