diff --git a/scripts/integration-tests/e2e-jest.sh b/scripts/integration-tests/e2e-jest.sh index fea1ec390750..fc8a6beb8683 100755 --- a/scripts/integration-tests/e2e-jest.sh +++ b/scripts/integration-tests/e2e-jest.sh @@ -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: