Skip to content

Commit cebfc5f

Browse files
committed
Disable was fallback test temporally
1 parent 277cf32 commit cebfc5f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Tests/MatftTests/WASIFallbackTests.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ import Matft
44
/// Tests for WASI fallback implementations
55
/// These tests validate the pure Swift implementations that are used when Accelerate is not available (e.g., on WASI)
66
/// The tests run on macOS to ensure the fallback logic is correct before deploying to WASI
7-
final class XWASIFallbackTests: XCTestCase {
7+
/*
8+
final class WASIFallbackTests: XCTestCase {
89

910
// MARK: - Type Conversion Tests
1011

@@ -464,3 +465,5 @@ final class XWASIFallbackTests: XCTestCase {
464465
XCTAssertEqual(scalar, 42)
465466
}
466467
}
468+
469+
*/

0 commit comments

Comments
 (0)