Skip to content

Commit 21c05f6

Browse files
authored
Update UDS WindowsAuth test to run on Windows only. (#5397)
1 parent 3fe97a1 commit 21c05f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/System.Private.ServiceModel/tests/Scenarios/Binding/UDS/UDSBindingTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public static void SecurityModeNone_Echo_RoundTrips_String()
6060
[WcfFact]
6161
[OuterLoop]
6262
[Condition(nameof(Windows_Authentication_Available),
63-
nameof(WindowsOrSelfHosted))]
63+
nameof(Is_Windows))]
6464
public void WindowsAuth()
6565
{
6666
string testString = new string('a', 3000);

0 commit comments

Comments
 (0)