Skip to content

Commit ad94c56

Browse files
authored
Quarantine two tests (#35690)
- see #35684 and #35686 - note Java test is actually skipped, can't be quarantined
1 parent 6b3f045 commit ad94c56

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Servers/Kestrel/test/FunctionalTests/RequestTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -601,6 +601,7 @@ await connection.ReceiveEnd($"HTTP/1.1 200 OK",
601601

602602
[Theory]
603603
[MemberData(nameof(ConnectionMiddlewareDataName))]
604+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/35686")]
604605
public async Task ConnectionClosedTokenFiresOnServerAbort(string listenOptionsName)
605606
{
606607
var testContext = new TestServiceContext(LoggerFactory);

src/SignalR/clients/java/signalr/test/src/main/java/com/microsoft/signalr/LongPollingTransportTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ public void LongPollingTransportCantSendBeforeStart() {
4949
}
5050

5151
@Test
52+
@Disabled("https://github.com/dotnet/aspnetcore/issues/35684")
5253
public void StatusCode204StopsLongPollingTriggersOnClosed() {
5354
AtomicBoolean firstPoll = new AtomicBoolean(true);
5455
CompletableSubject block = CompletableSubject.create();

0 commit comments

Comments
 (0)