We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7918436 commit 9c664bcCopy full SHA for 9c664bc
src/SignalR/clients/java/signalr/test/src/main/java/com/microsoft/signalr/HubConnectionTest.java
@@ -17,6 +17,7 @@
17
import java.util.concurrent.atomic.AtomicReference;
18
19
import org.junit.jupiter.api.Test;
20
+import org.junit.jupiter.api.Disabled;
21
import org.junit.jupiter.api.extension.ExtendWith;
22
23
import ch.qos.logback.classic.spi.ILoggingEvent;
@@ -4023,6 +4024,8 @@ public void WebsocketStopLoggedOnce() {
4023
4024
}
4025
4026
4027
+ // https://github.com/dotnet/aspnetcore/issues/49043
4028
+ @Disabled
4029
@Test
4030
public void sendsCloseMessageOnStop() throws InterruptedException {
4031
MockTransport mockTransport = new MockTransport(true, false);
0 commit comments