[K2, MPP] Ignore MPP tests in DiagnosisCompilerTestFE10TestdataTestGenerated

This commit is contained in:
Ivan Kochurkin
2023-03-13 19:33:44 +01:00
committed by Space Team
parent ceb34e5a8a
commit 8a3e2543f7
2 changed files with 296 additions and 1024 deletions
@@ -109,6 +109,8 @@ internal fun TestGroupSuite.generateFirLowLevelApiTests() {
testClass<AbstractDiagnosisCompilerTestDataTest>(suiteTestClassName = "DiagnosisCompilerTestFE10TestdataTestGenerated") {
model(
"diagnostics/tests",
// MPP tests are not actual for Analysis Api (IDE) infrastructure because it doesn't use IR at all, unlike MPP
excludeDirsRecursively = listOf("multiplatform"),
excludedPattern = CUSTOM_TEST_DATA_EXTENSION_PATTERN,
)
model(