File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/SignalR/clients/java/signalr/src/test/java/com/microsoft/signalr Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 16
16
17
17
import io .reactivex .subjects .PublishSubject ;
18
18
import io .reactivex .subjects .ReplaySubject ;
19
+ import org .junit .jupiter .api .Disabled ;
19
20
import org .junit .jupiter .api .Test ;
20
21
21
22
import io .reactivex .Observable ;
@@ -1494,6 +1495,7 @@ public void afterSuccessfulNegotiateConnectsWithLongPollingTransport() {
1494
1495
assertEquals ("{\" protocol\" :\" json\" ,\" version\" :1}" + RECORD_SEPARATOR , sentMessages [0 ]);
1495
1496
}
1496
1497
1498
+ @ Disabled ("https://github.com/aspnet/AspNetCore/issues/8262" )
1497
1499
@ Test
1498
1500
public void TransportAllUsesLongPollingWhenServerOnlySupportLongPolling () {
1499
1501
AtomicInteger requestCount = new AtomicInteger (0 );
You can’t perform that action at this time.
0 commit comments