From e74c4bfa8158b0ed6d1131514d6abbf822a11896 Mon Sep 17 00:00:00 2001 From: David Fowler Date: Sun, 29 Jun 2014 09:28:43 -0700 Subject: [PATCH] Disable flaky engine tests --- test/Microsoft.AspNet.Server.KestralTests/EngineTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Microsoft.AspNet.Server.KestralTests/EngineTests.cs b/test/Microsoft.AspNet.Server.KestralTests/EngineTests.cs index 2e821c1af2..1c667ecafb 100644 --- a/test/Microsoft.AspNet.Server.KestralTests/EngineTests.cs +++ b/test/Microsoft.AspNet.Server.KestralTests/EngineTests.cs @@ -15,7 +15,7 @@ namespace Microsoft.AspNet.Server.KestralTests /// /// Summary description for EngineTests /// - public class EngineTests + internal class EngineTests { private async Task App(Frame frame) {