From cfb094dbaf847de32d36bf65133e3d54643f6a98 Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Tue, 8 Dec 2020 18:36:43 -0800 Subject: [PATCH] test(compiler-cli): temporary disable source mapping tests which have errors (#40033) These tests do not pass the typecheck phase of the compiler and fail. The option to disable typechecking was removed recently so these tests need to be fixed to be valid applications. PR Close #40033 --- .../{TEST_CASES.json => TEST_CASES_FIXME_PETEBD.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename packages/compiler-cli/test/compliance/test_cases/source_mapping/inline_templates/{TEST_CASES.json => TEST_CASES_FIXME_PETEBD.json} (100%) diff --git a/packages/compiler-cli/test/compliance/test_cases/source_mapping/inline_templates/TEST_CASES.json b/packages/compiler-cli/test/compliance/test_cases/source_mapping/inline_templates/TEST_CASES_FIXME_PETEBD.json similarity index 100% rename from packages/compiler-cli/test/compliance/test_cases/source_mapping/inline_templates/TEST_CASES.json rename to packages/compiler-cli/test/compliance/test_cases/source_mapping/inline_templates/TEST_CASES_FIXME_PETEBD.json