Skip to content

Commit

Permalink
#359 add new puzzler
Browse files Browse the repository at this point in the history
  • Loading branch information
akryvtsun committed Jan 3, 2020
1 parent 4b12c54 commit 8338acd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/test/java/org/jpeek/web/ReportsTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,16 @@ public void weAreOnline() {
}
}

// @todo #359:30min test is unstable: is failed with exception
// 'java.io.IOException: Cannot run program "unzip" (in directory
// "C:\Users\AKRYVT~1\AppData\Local\Temp\x7638602862964606675\sources\com\jcabi\jcabi-urn"):
// CreateProcess error=2, The system cannot find the file specified
// at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1128)
// at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1071)
// at org.jpeek.web.Reports.apply(Reports.java:132)
// at org.jpeek.web.Reports.apply(Reports.java:55)
// at org.jpeek.web.ReportsTest.rendersOneReport(ReportsTest.java:68) ...'
// if is run with all other tests and is executed Ok separately.
@Test
public void rendersOneReport() throws Exception {
final BiFunc<String, String, Func<String, Response>> reports =
Expand Down

0 comments on commit 8338acd

Please sign in to comment.