java/com.sap.sailing.declination.test/src/com/sap/sailing/declination/test/NOAADeclinationImportTest.java
... ...
@@ -1,11 +1,9 @@
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;
5 4
6 5
import com.sap.sailing.declination.impl.NOAAImporterForTesting;
7 6
8
-@Disabled("US Government Shutdown around 2026-02-04")
9 7
public class NOAADeclinationImportTest extends DeclinationImportTest<NOAAImporterForTesting> {
10 8
@BeforeEach
11 9
public void setUp() {
java/com.sap.sailing.declination.test/src/com/sap/sailing/declination/test/NOAADeclinationServiceTest.java
... ...
@@ -1,11 +1,9 @@
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;
5 4
6 5
import com.sap.sailing.declination.impl.NOAAImporter;
7 6
8
-@Disabled("US Government Shutdown around 2026-02-04")
9 7
public class NOAADeclinationServiceTest extends DeclinationServiceTest<NOAAImporter> {
10 8
@Override
11 9
@BeforeEach
java/com.sap.sailing.declination.test/src/com/sap/sailing/declination/test/NOAADeclinationStoreTest.java
... ...
@@ -1,11 +1,9 @@
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;
5 4
6 5
import com.sap.sailing.declination.impl.NOAAImporter;
7 6
8
-@Disabled("US Government Shutdown around 2026-02-04")
9 7
public class NOAADeclinationStoreTest extends DeclinationStoreTest<NOAAImporter> {
10 8
@Override
11 9
@BeforeEach
java/com.sap.sailing.declination.test/src/com/sap/sailing/declination/test/NOAASimpleDeclinationTest.java
... ...
@@ -1,11 +1,9 @@
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;
5 4
6 5
import com.sap.sailing.declination.impl.NOAAImporter;
7 6
8
-@Disabled("US Government Shutdown around 2026-02-04")
9 7
public class NOAASimpleDeclinationTest extends SimpleDeclinationTest<NOAAImporter> {
10 8
@BeforeEach
11 9
public void setUp() {