Skip to content

Commit e21fe62

Browse files
committed
Disable testPlatformOptionsRunAsUser until we can resolve CI filure issue
1 parent e0b8e80 commit e21fe62

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
@@ -453,7 +453,9 @@ extension SubprocessWindowsTests {
453453

454454
// MARK: - PlatformOption Tests
455455
extension SubprocessWindowsTests {
456-
@Test(.enabled(if: SubprocessWindowsTests.hasAdminPrivileges()))
456+
// Disabled until we investigate CI specific failures
457+
// https://github.com/swiftlang/swift-subprocess/issues/128
458+
@Test(.enabled(if: false))
457459
func testPlatformOptionsRunAsUser() async throws {
458460
try await self.withTemporaryUser { username, password, succeed in
459461
// Use public directory as working directory so the newly created user

0 commit comments

Comments
 (0)