We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fe97a1 commit 21c05f6Copy full SHA for 21c05f6
src/System.Private.ServiceModel/tests/Scenarios/Binding/UDS/UDSBindingTests.cs
@@ -60,7 +60,7 @@ public static void SecurityModeNone_Echo_RoundTrips_String()
60
[WcfFact]
61
[OuterLoop]
62
[Condition(nameof(Windows_Authentication_Available),
63
- nameof(WindowsOrSelfHosted))]
+ nameof(Is_Windows))]
64
public void WindowsAuth()
65
{
66
string testString = new string('a', 3000);
0 commit comments