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 52fb9be commit c52fa40Copy full SHA for c52fa40
services/src/test/java/io/scalecube/services/ServiceRemoteTest.java
@@ -23,6 +23,7 @@
23
import java.util.concurrent.TimeoutException;
24
import org.junit.jupiter.api.AfterAll;
25
import org.junit.jupiter.api.BeforeAll;
26
+import org.junit.jupiter.api.Disabled;
27
import org.junit.jupiter.api.Test;
28
import org.reactivestreams.Publisher;
29
import reactor.core.publisher.EmitterProcessor;
@@ -458,7 +459,7 @@ public void test_remote_flux_empty_greeting() {
458
459
.verify(TIMEOUT);
460
}
461
- @Test
462
+ @Disabled("https://github.com/scalecube/scalecube-services/issues/742")
463
public void test_many_stream_block_first() {
464
GreetingService service = gateway.call().api(GreetingService.class);
465
0 commit comments