Skip to content

Commit acd15f4

Browse files
committed
Disable some other performance tests
1 parent 48bda80 commit acd15f4

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

Tests/PerformanceTests/BoolPefTests.swift

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55
// Created by Junnosuke Kado on 2021/05/05.
66
//
77

8+
// Performance tests for boolean operations disabled for WASM temporally
9+
#if !os(WASI)
810
import XCTest
9-
//@testable import Matft
10-
import Matft
11+
12+
@testable import Matft
1113

1214
final class BoolPefTests: XCTestCase {
1315

@@ -68,3 +70,4 @@ final class BoolPefTests: XCTestCase {
6870
}
6971
}
7072

73+
#endif

0 commit comments

Comments
 (0)