Skip to content
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.

Commit

Permalink
Disable test ConnectionClosedWhenResponseDoesNotSatisfyMinimumDataRat…
Browse files Browse the repository at this point in the history
…e on Linux.
  • Loading branch information
Cesar Blum Silveira authored Aug 5, 2017
1 parent 06d5961 commit d68f816
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/Kestrel.FunctionalTests/ResponseTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
using Microsoft.AspNetCore.Server.Kestrel.Https;
using Microsoft.AspNetCore.Server.Kestrel.Https.Internal;
using Microsoft.AspNetCore.Testing;
using Microsoft.AspNetCore.Testing.xunit;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Primitives;
Expand Down Expand Up @@ -2443,7 +2444,8 @@ await connection.Receive(
}
}

[Fact]
[ConditionalFact]
[OSSkipCondition(OperatingSystems.Linux, SkipReason = "Flaky test (https://github.com/aspnet/KestrelHttpServer/issues/1955)")]
public async Task ConnectionClosedWhenResponseDoesNotSatisfyMinimumDataRate()
{
var chunkSize = 64 * 1024;
Expand Down

0 comments on commit d68f816

Please sign in to comment.