Skip to content

Commit 9c664bc

Browse files
authored
Disable sendsCloseMessageOnStop() Java SignalR test (#49044)
1 parent 7918436 commit 9c664bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
import java.util.concurrent.atomic.AtomicReference;
1818

1919
import org.junit.jupiter.api.Test;
20+
import org.junit.jupiter.api.Disabled;
2021
import org.junit.jupiter.api.extension.ExtendWith;
2122

2223
import ch.qos.logback.classic.spi.ILoggingEvent;
@@ -4023,6 +4024,8 @@ public void WebsocketStopLoggedOnce() {
40234024
}
40244025
}
40254026

4027+
// https://github.com/dotnet/aspnetcore/issues/49043
4028+
@Disabled
40264029
@Test
40274030
public void sendsCloseMessageOnStop() throws InterruptedException {
40284031
MockTransport mockTransport = new MockTransport(true, false);

0 commit comments

Comments
 (0)