Skip to content

Commit 710864e

Browse files
authored
Skip NtlmAuthenticationTests.NtlmAuthentication test
- Workaround for regression in `dotnet run` (dotnet/sdk#1118)
1 parent 50299cb commit 710864e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/ServerComparison.FunctionalTests/NtlmAuthenticationTest.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ public NtlmAuthenticationTests(ITestOutputHelper output) : base(output)
2424
{
2525
}
2626

27-
[ConditionalTheory, Trait("ServerComparison.FunctionalTests", "ServerComparison.FunctionalTests")]
27+
[ConditionalTheory(Skip = "https://github.com/aspnet/ServerTests/issues/70")]
28+
[Trait("ServerComparison.FunctionalTests", "ServerComparison.FunctionalTests")]
2829
[OSSkipCondition(OperatingSystems.Linux)]
2930
[OSSkipCondition(OperatingSystems.MacOSX)]
3031
// TODO: https://github.com/aspnet/IISIntegration/issues/1

0 commit comments

Comments
 (0)