Exclude the testing_stacktrace test for wasm32
This commit is contained in:
committed by
Ilya Matveev
parent
d90d6cd47a
commit
9f5e4c3634
@@ -2959,6 +2959,7 @@ task testing_stacktrace(type: RunStandaloneKonanTest) {
|
||||
source = "testing/stacktrace.kt"
|
||||
flags = ['-tr', '-ea']
|
||||
arguments = ["--ktest_logger=TEAMCITY", "--ktest_no_exit_code"]
|
||||
expectedFail = (project.testTarget == 'wasm32') // Uses exceptions.
|
||||
// This test prints TeamCity service messages about failed test causing false negative failure at CI.
|
||||
// So we need to suppress printing these messages to stdout.
|
||||
printOutput = false
|
||||
|
||||
Reference in New Issue
Block a user