Skip to content

Commit

Permalink
Disable Allow_Connection_UnderDifferentUsers_ForClientReading on mono (
Browse files Browse the repository at this point in the history
  • Loading branch information
stephentoub authored Dec 5, 2022
1 parent d47a24c commit ad941aa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ public void Connection_UnderDifferentUsers_BehavesAsExpected(
}
}

[ActiveIssue("https://github.com/dotnet/runtime/issues/79180", TestRuntimes.Mono)]
[ConditionalTheory(nameof(IsSupportedWindowsVersionAndPrivilegedProcess))]
[InlineData(false)]
[InlineData(true)]
Expand Down

0 comments on commit ad941aa

Please sign in to comment.