ff0c3a98b876739634bfb138a11ca3186d62e840
java/com.sap.sailing.declination.test/src/com/sap/sailing/declination/test/NOAADeclinationStoreTest.java
| ... | ... | @@ -1,9 +1,11 @@ |
| 1 | 1 | package com.sap.sailing.declination.test; |
| 2 | 2 | |
| 3 | 3 | import org.junit.jupiter.api.BeforeEach; |
| 4 | +import org.junit.jupiter.api.Disabled; |
|
| 4 | 5 | |
| 5 | 6 | import com.sap.sailing.declination.impl.NOAAImporter; |
| 6 | 7 | |
| 8 | +@Disabled("US Government Shutdown around 2025-10-01") |
|
| 7 | 9 | public class NOAADeclinationStoreTest extends DeclinationStoreTest<NOAAImporter> { |
| 8 | 10 | @Override |
| 9 | 11 | @BeforeEach |