Disable flaky tests
This commit is contained in:
parent
c5565e0e6c
commit
9f538d9c15
|
|
@ -156,7 +156,7 @@ namespace Microsoft.Net.Http.Server
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
[ConditionalFact]
|
[ConditionalFact(Skip = "https://github.com/aspnet/WebListener/issues/263")]
|
||||||
public async Task ResponseBody_WriteContentLengthTooMuchWritten_Throws()
|
public async Task ResponseBody_WriteContentLengthTooMuchWritten_Throws()
|
||||||
{
|
{
|
||||||
string address;
|
string address;
|
||||||
|
|
@ -510,7 +510,7 @@ namespace Microsoft.Net.Http.Server
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
[ConditionalFact]
|
[ConditionalFact(Skip = "https://github.com/aspnet/WebListener/issues/263")]
|
||||||
public async Task ResponseBodyWriteExceptions_ClientDisconnectsBeforeSecondWriteAsync_WriteThrows()
|
public async Task ResponseBodyWriteExceptions_ClientDisconnectsBeforeSecondWriteAsync_WriteThrows()
|
||||||
{
|
{
|
||||||
string address;
|
string address;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue