Enabling the Ntlm+WebListener combination back as the issue is fixed.

bbb2a29a99 fixes the issue.
This commit is contained in:
Praburaj 2014-09-15 12:22:54 -07:00
parent 9bc33d6ce8
commit 7c917a760a
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ namespace E2ETests
{
[Theory]
[InlineData(ServerType.Helios, KreFlavor.DesktopClr, KreArchitecture.x86, "http://localhost:5001/", false)]
//[InlineData(ServerType.WebListener, KreFlavor.DesktopClr, KreArchitecture.x86, "http://localhost:5002/", false)]
[InlineData(ServerType.WebListener, KreFlavor.DesktopClr, KreArchitecture.x86, "http://localhost:5002/", false)]
[InlineData(ServerType.Helios, KreFlavor.DesktopClr, KreArchitecture.amd64, "http://localhost:5001/", false)]
//WindowsIdentity not available on CoreCLR
//[InlineData(ServerType.Helios, KreFlavor.CoreClr, KreArchitecture.x86, "http://localhost:5001/", false)]