[Test] Temporary remove test for KT-22379

This is needed because this test breaks IDE when whit file is indexed.
This test will be returned after release of new kotlin plugins for IDEA
This commit is contained in:
Dmitriy Novozhilov
2021-05-11 19:45:43 +03:00
parent 89f0a790c9
commit c9cd49d34f
3 changed files with 0 additions and 77 deletions
@@ -2787,11 +2787,6 @@ public class ParsingTestGenerated extends AbstractParsingTest {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/psi/stringTemplates"), Pattern.compile("^(.*)\\.kts?$"), null, true);
}
@TestMetadata("kt46455.kt")
public void testKt46455() throws Exception {
runTest("compiler/testData/psi/stringTemplates/kt46455.kt");
}
@TestMetadata("RawStringsWithManyQuotes.kt")
public void testRawStringsWithManyQuotes() throws Exception {
runTest("compiler/testData/psi/stringTemplates/RawStringsWithManyQuotes.kt");