Skip to content

Commit d75a53d

Browse files
committed
Do not run tests on windows
Mocked filesystem does not work properly with paths like /etc/os-release. No point in running them on Windows
1 parent faf4d7e commit d75a53d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Tests/SWBUtilTests/LinuxDistributionTests.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ import Foundation
1414
import Testing
1515
import SWBTestSupport
1616
import SWBUtil
17-
18-
@Suite
17+
@Suite(.skipHostOS(.windows))
1918
fileprivate struct LinuxDistributionTests {
2019

2120
/// Test helper to create a mock filesystem with specific files

0 commit comments

Comments
 (0)