53476f4b94d6db25c51a00f43c8a0f1ea726d32d
java/com.sap.sailing.declination.test/src/com/sap/sailing/declination/test/NOAADeclinationImportTest.java
| ... | ... | @@ -5,7 +5,6 @@ import org.junit.jupiter.api.Disabled; |
| 5 | 5 | |
| 6 | 6 | import com.sap.sailing.declination.impl.NOAAImporterForTesting; |
| 7 | 7 | |
| 8 | -@Disabled("US Government Shutdown around 2025-10-01") |
|
| 9 | 8 | public class NOAADeclinationImportTest extends DeclinationImportTest<NOAAImporterForTesting> { |
| 10 | 9 | @BeforeEach |
| 11 | 10 | public void setUp() { |
java/com.sap.sailing.declination.test/src/com/sap/sailing/declination/test/NOAADeclinationServiceTest.java
| ... | ... | @@ -5,7 +5,6 @@ import org.junit.jupiter.api.Disabled; |
| 5 | 5 | |
| 6 | 6 | import com.sap.sailing.declination.impl.NOAAImporter; |
| 7 | 7 | |
| 8 | -@Disabled("US Government Shutdown around 2025-10-01") |
|
| 9 | 8 | public class NOAADeclinationServiceTest extends DeclinationServiceTest<NOAAImporter> { |
| 10 | 9 | @Override |
| 11 | 10 | @BeforeEach |
java/com.sap.sailing.declination.test/src/com/sap/sailing/declination/test/NOAADeclinationStoreTest.java
| ... | ... | @@ -5,7 +5,6 @@ import org.junit.jupiter.api.Disabled; |
| 5 | 5 | |
| 6 | 6 | import com.sap.sailing.declination.impl.NOAAImporter; |
| 7 | 7 | |
| 8 | -@Disabled("US Government Shutdown around 2025-10-01") |
|
| 9 | 8 | public class NOAADeclinationStoreTest extends DeclinationStoreTest<NOAAImporter> { |
| 10 | 9 | @Override |
| 11 | 10 | @BeforeEach |
java/com.sap.sailing.declination.test/src/com/sap/sailing/declination/test/NOAASimpleDeclinationTest.java
| ... | ... | @@ -5,7 +5,6 @@ import org.junit.jupiter.api.Disabled; |
| 5 | 5 | |
| 6 | 6 | import com.sap.sailing.declination.impl.NOAAImporter; |
| 7 | 7 | |
| 8 | -@Disabled("US Government Shutdown around 2025-10-01") |
|
| 9 | 8 | public class NOAASimpleDeclinationTest extends SimpleDeclinationTest<NOAAImporter> { |
| 10 | 9 | @BeforeEach |
| 11 | 10 | public void setUp() { |