Skip to content

Commit fcb6fc9

Browse files
committed
Add missing requireThreadSafeWorkingDirectory annotation to unitTestWithGeneratedEntryPoint
1 parent c66a20f commit fcb6fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SWBBuildSystemTests/BuildOperationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ fileprivate struct BuildOperationTests: CoreBasedTests {
397397
}
398398
}
399399

400-
@Test(.skipHostOS(.macOS), .skipHostOS(.windows, "cannot find testing library"))
400+
@Test(.skipHostOS(.macOS), .skipHostOS(.windows, "cannot find testing library"), .requireThreadSafeWorkingDirectory)
401401
func unitTestWithGeneratedEntryPoint() async throws {
402402
try await withTemporaryDirectory { (tmpDir: Path) in
403403
let testProject = try await TestProject(

0 commit comments

Comments
 (0)