Disable flaky engine tests

This commit is contained in:
David Fowler 2014-06-29 09:28:43 -07:00
parent 9118d037fe
commit e74c4bfa81
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ namespace Microsoft.AspNet.Server.KestralTests
/// <summary>
/// Summary description for EngineTests
/// </summary>
public class EngineTests
internal class EngineTests
{
private async Task App(Frame frame)
{