File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
test/java/com/arpnetworking/metrics/portal/reports/impl/chrome/grafana Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 74
74
<pekko .version>1.1.3</pekko .version>
75
75
<pekko .http.version>1.0.1</pekko .http.version>
76
76
<pekko .persistence.cassandra.version>1.0.0</pekko .persistence.cassandra.version>
77
- <pekko .persistence.jdbc.version>1.0 .0</pekko .persistence.jdbc.version>
77
+ <pekko .persistence.jdbc.version>1.1 .0</pekko .persistence.jdbc.version>
78
78
<anorm .version>2.6.2</anorm .version>
79
79
<arpnetworking .commons.version>3.1.1</arpnetworking .commons.version>
80
80
<aspectjrt .version>1.9.22.1</aspectjrt .version>
290
290
</goals >
291
291
<configuration >
292
292
<argLine >@{argLine} --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED -Xms512m -ea -Duser.timezone="UTC"</argLine >
293
- <parallel >classes</parallel >
294
- <parallelTestsTimeoutForcedInSeconds >300</parallelTestsTimeoutForcedInSeconds >
293
+ <parallel >classes</parallel >
294
+ <parallelTestsTimeoutForcedInSeconds >300</parallelTestsTimeoutForcedInSeconds >
295
295
</configuration >
296
296
</execution >
297
297
</executions >
Original file line number Diff line number Diff line change 24
24
import models .internal .impl .HtmlReportFormat ;
25
25
import org .hamcrest .Matchers ;
26
26
import org .junit .Assert ;
27
+ import org .junit .Ignore ;
27
28
import org .junit .Test ;
28
29
29
30
import java .net .URI ;
47
48
*/
48
49
public class HtmlScreenshotRendererTest extends BaseChromeTestSuite {
49
50
51
+ @ Ignore ("This is flakey due to event handling with CDP" )
50
52
private void runTestWithRenderDelay (final Duration renderDelay ) throws Exception {
51
53
final MockRenderedReportBuilder builder = new MockRenderedReportBuilder ();
52
54
@@ -82,6 +84,7 @@ private void runTestWithRenderDelay(final Duration renderDelay) throws Exception
82
84
}
83
85
84
86
@ Test (timeout = 60000 )
87
+ @ Ignore ("This is flakey due to event handling with CDP" )
85
88
public void testImmediateRendering () throws Exception {
86
89
runTestWithRenderDelay (Duration .ZERO );
87
90
}
You can’t perform that action at this time.
0 commit comments