File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/test/java/org/gridsuite/study/notification/server Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 7
7
package org .gridsuite .study .notification .server ;
8
8
9
9
import io .micrometer .core .instrument .MeterRegistry ;
10
+ import org .junit .Ignore ;
10
11
import org .junit .Test ;
11
12
import org .junit .runner .RunWith ;
12
13
import org .springframework .beans .factory .annotation .Autowired ;
@@ -57,6 +58,7 @@ protected URI getUrl(String path) {
57
58
}
58
59
59
60
@ Test
61
+ @ Ignore ("This test case is not stable due to unexpected behavior of meterRegistry in asynchronous test context" )
60
62
public void metricsMapOneUserTwoConnections () {
61
63
WebSocketClient client1 = new StandardWebSocketClient ();
62
64
HttpHeaders httpHeaders1 = new HttpHeaders ();
@@ -75,6 +77,7 @@ public void metricsMapOneUserTwoConnections() {
75
77
}
76
78
77
79
@ Test
80
+ @ Ignore ("This test case is not stable due to unexpected behavior of meterRegistry in asynchronous test context" )
78
81
public void metricsMapTwoUsers () {
79
82
// First WebSocketClient for connections related to 'test' user
80
83
WebSocketClient client1 = new StandardWebSocketClient ();
You can’t perform that action at this time.
0 commit comments