Skip to content

Commit 89cb093

Browse files
committed
Disable some perf tests temporally for WASM
1 parent b0fbfa9 commit 89cb093

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

Tests/PerformanceTests/IndexingPefTests.swift

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
// Performance tests for boolean operations disabled for WASM temporally
2+
#if !os(WASI)
13
import XCTest
2-
//@testable import Matft
3-
import Matft
4+
5+
@testable import Matft
46

57
final class IndexingPefTests: XCTestCase {
68

@@ -18,4 +20,4 @@ final class IndexingPefTests: XCTestCase {
1820
}
1921
}
2022
}
21-
23+
#endif

Tests/PerformanceTests/MathPefTests.swift

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Performance tests for boolean operations disabled for WASM temporally
2+
#if !os(WASI)
13
//
24
// MathPefTests.swift
35
//
@@ -6,8 +8,8 @@
68
//
79

810
import XCTest
9-
//@testable import Matft
10-
import Matft
11+
12+
@testable import Matft
1113

1214
final class MathPefTests: XCTestCase {
1315

@@ -67,5 +69,5 @@ final class MathPefTests: XCTestCase {
6769
}
6870
}
6971
}
70-
72+
#endif
7173

0 commit comments

Comments
 (0)