Skip to content

Commit 8897f92

Browse files
authored
Disabled unstable tests (Issue-882) (#883)
1 parent 18995d2 commit 8897f92

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

services/src/test/java/io/scalecube/services/ServiceAuthRemoteTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
import java.util.function.Consumer;
2626
import org.junit.jupiter.api.AfterAll;
2727
import org.junit.jupiter.api.BeforeAll;
28+
import org.junit.jupiter.api.Disabled;
2829
import org.junit.jupiter.api.DisplayName;
2930
import org.junit.jupiter.api.Test;
3031
import reactor.core.publisher.Mono;
@@ -205,6 +206,7 @@ void failedAuthenticationWithEmptyCredentials() {
205206
}
206207
}
207208

209+
@Disabled("https://github.com/scalecube/scalecube-services/issues/882")
208210
@Test
209211
@DisplayName("Authentication failed with invalid credentials")
210212
void failedAuthenticationWithInvalidCredentials() {

services/src/test/java/io/scalecube/services/transport/rsocket/RSocketServiceTransportTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ public void test_remote_node_died_mono_never() throws Exception {
104104
assertTrue(sub1.get().isDisposed());
105105
}
106106

107+
@Disabled("https://github.com/scalecube/scalecube-services/issues/882")
107108
@Test
108109
public void test_remote_node_died_many_never() throws Exception {
109110
int batchSize = 1;
@@ -132,6 +133,7 @@ public void test_remote_node_died_many_never() throws Exception {
132133
assertTrue(sub1.get().isDisposed());
133134
}
134135

136+
@Disabled("https://github.com/scalecube/scalecube-services/issues/882")
135137
@Test
136138
public void test_remote_node_died_many_then_never() throws Exception {
137139
int batchSize = 1;

0 commit comments

Comments
 (0)