[Native][tests] testMultipleFrameworksStatic: fix custom exit status expectation

This commit is contained in:
Dmitriy Dolovov
2022-04-14 15:10:59 +03:00
parent ae60170e81
commit c599a620eb
@@ -5536,10 +5536,10 @@ if (isAppleTarget(project)) {
}
frameworkTest("testMultipleFrameworksStatic") {
if (cacheTesting != null) {
if (cacheTesting != null && !isExperimentalMM) {
// See https://youtrack.jetbrains.com/issue/KT-34261.
expectedExitStatus = 134
}
}
framework('FirstStatic') {
artifact = 'First'