Skip to content

Commit fe7815e

Browse files
[TEST-ONLY] Disable explicitModulesEnvironment() test
Test sets global environment that interferes other tests that are running at the same time.
1 parent 699b4d5 commit fe7815e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SWBBuildSystemTests/ClangExplicitModulesTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ fileprivate struct ClangExplicitModulesTests: CoreBasedTests {
373373
}
374374
}
375375

376-
@Test(.requireSDKs(.macOS))
376+
@Test(.requireSDKs(.macOS), .disabled("setting global environment interferes concurrent tests"))
377377
func explicitModulesEnvironment() async throws {
378378
try await withTemporaryDirectory { tmpDirPath in
379379
let testWorkspace = TestWorkspace(

0 commit comments

Comments
 (0)