Skip to content

Commit

Permalink
temporarily ignore failing e2e prettier tests (#15413)
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Feb 7, 2023
1 parent 812ad55 commit 0c97749
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/integration-tests/e2e-prettier.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,11 @@ yarn lint:typecheck
echo "export default () => () => {}" > src/main/create-print-pre-check-function.js

# Temporarily ignore tests, use `rm -f path/to/jsfmt.spec.js`
# https://github.com/babel/babel/pull/15385#issuecomment-1409840781

# https://github.com/babel/babel/pull/15400#issuecomment-1414539133
# Ignore this test until prettier update the snapshot
# because prettier has ignored UnexpectedReservedWord error
rm tests/format/flow-repo/async/await_parse.js
rm -f tests/format/flow-repo/async/await_parse.js
rm -f tests/format/misc/errors/js/explicit-resource-management/invalid-using-binding-await.js

yarn test "tests/format/(jsx?|misc|typescript|flow|flow-repo)/" --update-snapshot --runInBand

Expand Down

0 comments on commit 0c97749

Please sign in to comment.