a3c3e0e116b28f9a3a0f5c0483f497275bb24574
java/com.sap.sailing.declination.test/src/com/sap/sailing/declination/test/NOAASimpleDeclinationTest.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 NOAASimpleDeclinationTest extends SimpleDeclinationTest<NOAAImporter> { |
| 8 | 10 | @BeforeEach |
| 9 | 11 | public void setUp() { |