This is an automated email from the ASF dual-hosted git repository.

bchapuis pushed a commit to branch sonar
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git


The following commit(s) were added to refs/heads/sonar by this push:
     new e7cf3ded Add explanation
e7cf3ded is described below

commit e7cf3dedbdf637f5fedf6dc39389eda15d949ed7
Author: Bertil Chapuis <[email protected]>
AuthorDate: Thu Jun 13 01:29:24 2024 +0200

    Add explanation
---
 .../java/org/apache/baremaps/openstreetmap/state/StateReaderTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/baremaps-openstreetmap/src/test/java/org/apache/baremaps/openstreetmap/state/StateReaderTest.java
 
b/baremaps-openstreetmap/src/test/java/org/apache/baremaps/openstreetmap/state/StateReaderTest.java
index 683dc0fb..b06de0f1 100644
--- 
a/baremaps-openstreetmap/src/test/java/org/apache/baremaps/openstreetmap/state/StateReaderTest.java
+++ 
b/baremaps-openstreetmap/src/test/java/org/apache/baremaps/openstreetmap/state/StateReaderTest.java
@@ -26,7 +26,7 @@ import org.junit.jupiter.api.Test;
 class StateReaderTest {
 
   @Test
-  @Ignore
+  @Ignore("Disabled because of the dependency on the internet")
   void getStateFromTimestamp() {
     var reader = new StateReader();
     var state = 
reader.getStateFromTimestamp(LocalDateTime.now().minusDays(10));

Reply via email to