[K2, MPP] Ignore MPP tests in DiagnosisCompilerTestFE10TestdataTestGenerated
This commit is contained in:
committed by
Space Team
parent
ceb34e5a8a
commit
8a3e2543f7
+294
-1024
File diff suppressed because it is too large
Load Diff
+2
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user