We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faf4d7e commit 19f6a31Copy full SHA for 19f6a31
Sources/SWBUtil/ProcessInfo.swift
@@ -419,3 +419,4 @@ extension FixedWidthInteger {
419
return self != 0 ? self : other
420
}
421
422
+
Tests/SWBUtilTests/LinuxDistributionTests.swift
@@ -14,8 +14,7 @@ import Foundation
14
import Testing
15
import SWBTestSupport
16
import SWBUtil
17
-
18
-@Suite
+@Suite(.skipHostOS(.windows))
19
fileprivate struct LinuxDistributionTests {
20
21
/// Test helper to create a mock filesystem with specific files
@@ -431,4 +430,4 @@ fileprivate struct LinuxDistributionTests {
431
430
#expect(distribution == nil)
432
433
434
-}
+}
0 commit comments