File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
services/src/test/java/io/scalecube/services Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 2525import java .util .function .Consumer ;
2626import org .junit .jupiter .api .AfterAll ;
2727import org .junit .jupiter .api .BeforeAll ;
28+ import org .junit .jupiter .api .Disabled ;
2829import org .junit .jupiter .api .DisplayName ;
2930import org .junit .jupiter .api .Test ;
3031import 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 () {
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments