Mute foreign annotations tests with compiled java through psi class files reading

This commit is contained in:
Victor Petukhov
2021-04-30 11:37:45 +03:00
parent 78ffefe107
commit f330d67740
2 changed files with 4 additions and 355 deletions
@@ -61,7 +61,8 @@ fun generateJUnit5CompilerTests(args: Array<String>) {
testClass<AbstractForeignAnnotationsCompiledJavaWithPsiClassReadingTest> {
model("diagnostics/foreignAnnotationsTests/tests")
model("diagnostics/foreignAnnotationsTests/java8Tests")
// TODO: remove exclusion of these dirs after advance dependent intellij platform
model("diagnostics/foreignAnnotationsTests/java8Tests", excludeDirs = listOf("jspecify", "typeEnhancement/onCompiled"))
model("diagnostics/foreignAnnotationsTests/java9Tests")
}