Temporarily disable BadHttpRequestTests.
This commit is contained in:
parent
3186e1bd72
commit
2cd86a2724
|
|
@ -9,7 +9,7 @@ namespace Microsoft.AspNetCore.Server.KestrelTests
|
|||
{
|
||||
public class BadHttpRequestTests
|
||||
{
|
||||
[Theory]
|
||||
[Theory(Skip = "This test fails intermittently and needs to be investigated.")]
|
||||
[InlineData("/ HTTP/1.1\r\n\r\n")]
|
||||
[InlineData(" / HTTP/1.1\r\n\r\n")]
|
||||
[InlineData(" / HTTP/1.1\r\n\r\n")]
|
||||
|
|
|
|||
Loading…
Reference in New Issue