On Windows CI, testPlatformOptionsRunAsUser sporadically fails with Caught error: Failed to spawn the new process with underlying error: UnderlyingError(rawValue: 1326) which I can't reproduce locally.
Error 1326 is
ERROR_LOGON_FAILURE
1326 (0x52E)
The user name or password is incorrect.
This could indicate some sort of permission issue that CI imposes. Disable the test for now to unblock other PRs.
On Windows CI,
testPlatformOptionsRunAsUsersporadically fails withCaught error: Failed to spawn the new process with underlying error: UnderlyingError(rawValue: 1326)which I can't reproduce locally.Error 1326 is
This could indicate some sort of permission issue that CI imposes. Disable the test for now to unblock other PRs.