Skip to content

Commit 89e5d2f

Browse files
committed
Disable testPlatformOptionsRunAsUser until we can resolve CI filure issue
1 parent fbc0f2c commit 89e5d2f

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
@@ -450,7 +450,9 @@ extension SubprocessWindowsTests {
450450

451451
// MARK: - PlatformOption Tests
452452
extension SubprocessWindowsTests {
453-
@Test(.enabled(if: SubprocessWindowsTests.hasAdminPrivileges()))
453+
// Disabled until we investigate CI specific failures
454+
// https://github.com/swiftlang/swift-subprocess/issues/128
455+
@Test(.enabled(if: false))
454456
func testPlatformOptionsRunAsUser() async throws {
455457
try await self.withTemporaryUser { username, password, succeed in
456458
// Use public directory as working directory so the newly created user

0 commit comments

Comments
 (0)