Skip to content

Commit

Permalink
Update UDS WindowsAuth test to run on Windows only. (dotnet#5397)
Browse files Browse the repository at this point in the history
  • Loading branch information
frank117117 authored and organich committed Aug 31, 2024
1 parent 994f100 commit f425237
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public static void SecurityModeNone_Echo_RoundTrips_String()
[WcfFact]
[OuterLoop]
[Condition(nameof(Windows_Authentication_Available),
nameof(WindowsOrSelfHosted))]
nameof(Is_Windows))]
public void WindowsAuth()
{
string testString = new string('a', 3000);
Expand Down

0 comments on commit f425237

Please sign in to comment.