bchapuis commented on code in PR #698:
URL:
https://github.com/apache/incubator-baremaps/pull/698#discussion_r1226795524
##########
baremaps-core/src/test/java/org/apache/baremaps/workflow/tasks/DownloadUrlTest.java:
##########
@@ -34,6 +36,32 @@ void execute() throws Exception {
assertTrue(Files.readString(file.toPath()).contains("Baremaps"));
}
+ @Test
+ @Tag("integration")
Review Comment:
I would ignore (@Ignore) this test for now, as it relies on a third party
url. The integration tests are executed by github actions.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]