Skip to content

Commit 54fc711

Browse files
committed
Disable testPlatformOptionsRunAsUser until we can resolve CI filure issue
1 parent 2fee46b commit 54fc711

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Tests/SubprocessTests/SubprocessTests+Windows.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,9 @@ extension SubprocessWindowsTests {
456456

457457
// MARK: - PlatformOption Tests
458458
extension SubprocessWindowsTests {
459-
@Test(.enabled(if: SubprocessWindowsTests.hasAdminPrivileges()))
459+
// Disabled until we investigate CI specific failures
460+
// https://github.com/swiftlang/swift-subprocess/issues/128
461+
@Test(.enabled(if: false))
460462
func testPlatformOptionsRunAsUser() async throws {
461463
try await self.withTemporaryUser { username, password, succeed in
462464
// Use public directory as working directory so the newly created user

0 commit comments

Comments
 (0)