Skip to content

Commit 0c97749

Browse files
authored
temporarily ignore failing e2e prettier tests (#15413)
1 parent 812ad55 commit 0c97749

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

scripts/integration-tests/e2e-prettier.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,11 @@ yarn lint:typecheck
4343
echo "export default () => () => {}" > src/main/create-print-pre-check-function.js
4444

4545
# Temporarily ignore tests, use `rm -f path/to/jsfmt.spec.js`
46-
# https://github.com/babel/babel/pull/15385#issuecomment-1409840781
47-
4846
# https://github.com/babel/babel/pull/15400#issuecomment-1414539133
4947
# Ignore this test until prettier update the snapshot
5048
# because prettier has ignored UnexpectedReservedWord error
51-
rm tests/format/flow-repo/async/await_parse.js
49+
rm -f tests/format/flow-repo/async/await_parse.js
50+
rm -f tests/format/misc/errors/js/explicit-resource-management/invalid-using-binding-await.js
5251

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

0 commit comments

Comments
 (0)