Disabled tests by mistake

Enabling them back.
This commit is contained in:
Praburaj 2014-09-25 11:58:11 -07:00
parent 42e23bd261
commit 6d9bc21e83
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ namespace E2ETests
{
public partial class SmokeTests
{
//[Theory]
[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.Helios, KreFlavor.DesktopClr, KreArchitecture.amd64, "http://localhost:5001/", false)]

View File

@ -10,7 +10,7 @@ namespace E2ETests
/// </summary>
public partial class SmokeTests
{
//[Theory]
[Theory]
[InlineData(ServerType.Helios, KreFlavor.DesktopClr, KreArchitecture.x86, "http://localhost:5001/", false)]
[InlineData(ServerType.WebListener, KreFlavor.DesktopClr, KreArchitecture.amd64, "http://localhost:5002/", false)]
//https://github.com/aspnet/KRuntime/issues/642