From f96689d1e790cc96b90a27ec39af9eefc0528b85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Fri, 3 Feb 2023 10:15:49 -0500 Subject: [PATCH] ignore tests/format/flow-repo/async/await_parse.js --- scripts/integration-tests/e2e-prettier.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/integration-tests/e2e-prettier.sh b/scripts/integration-tests/e2e-prettier.sh index a930b673dd87..221b3d99fbc3 100755 --- a/scripts/integration-tests/e2e-prettier.sh +++ b/scripts/integration-tests/e2e-prettier.sh @@ -47,6 +47,11 @@ echo "export default () => () => {}" > src/main/create-print-pre-check-function. rm tests/format/js/exports/jsfmt.spec.js rm tests/format/js/export-extension/jsfmt.spec.js +# 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 + yarn test "tests/format/(jsx?|misc|typescript|flow|flow-repo)/" --update-snapshot --runInBand cleanup