Skip to content

Commit 2b5f946

Browse files
mMaxySpace Team
authored andcommitted
disable swift export execution tests in order to update macos
1 parent 2ea0ad6 commit 2b5f946

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

native/swift/swift-export-standalone-integration-tests/src/org/jetbrains/kotlin/swiftexport/standalone/test/AbstractSwiftExportExecutionTest.kt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ import java.io.File
3434
* Harness is at native/native.tests/testData/framework/main-testing.swift
3535
*/
3636
abstract class AbstractSwiftExportExecutionTest : AbstractSwiftExportWithBinaryCompilationTest() {
37+
@BeforeEach
38+
fun disableExecutionTests() {
39+
Assumptions.abort<Unit>("Swift export execution tests are temporarily disabled, reenable with KT-85308")
40+
}
41+
3742
private val testSuiteDir = File("native/native.tests/testData/framework")
3843

3944
override fun runCompiledTest(

0 commit comments

Comments
 (0)