Skip to content

Commit af4d547

Browse files
committed
temporarily (hopefully...) disabling NOAA tests for US government shut-down
1 parent b92b2d2 commit af4d547

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

java/com.sap.sailing.declination.test/src/com/sap/sailing/declination/test/NOAADeclinationImportTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
package com.sap.sailing.declination.test;
22

33
import org.junit.jupiter.api.BeforeEach;
4+
import org.junit.jupiter.api.Disabled;
45

56
import com.sap.sailing.declination.impl.NOAAImporterForTesting;
67

8+
@Disabled("US Government Shutdown around 2026-02-04")
79
public class NOAADeclinationImportTest extends DeclinationImportTest<NOAAImporterForTesting> {
810
@BeforeEach
911
public void setUp() {

java/com.sap.sailing.declination.test/src/com/sap/sailing/declination/test/NOAADeclinationServiceTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
package com.sap.sailing.declination.test;
22

33
import org.junit.jupiter.api.BeforeEach;
4+
import org.junit.jupiter.api.Disabled;
45

56
import com.sap.sailing.declination.impl.NOAAImporter;
67

8+
@Disabled("US Government Shutdown around 2026-02-04")
79
public class NOAADeclinationServiceTest extends DeclinationServiceTest<NOAAImporter> {
810
@Override
911
@BeforeEach

java/com.sap.sailing.declination.test/src/com/sap/sailing/declination/test/NOAADeclinationStoreTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
package com.sap.sailing.declination.test;
22

33
import org.junit.jupiter.api.BeforeEach;
4+
import org.junit.jupiter.api.Disabled;
45

56
import com.sap.sailing.declination.impl.NOAAImporter;
67

8+
@Disabled("US Government Shutdown around 2026-02-04")
79
public class NOAADeclinationStoreTest extends DeclinationStoreTest<NOAAImporter> {
810
@Override
911
@BeforeEach

java/com.sap.sailing.declination.test/src/com/sap/sailing/declination/test/NOAASimpleDeclinationTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
package com.sap.sailing.declination.test;
22

33
import org.junit.jupiter.api.BeforeEach;
4+
import org.junit.jupiter.api.Disabled;
45

56
import com.sap.sailing.declination.impl.NOAAImporter;
67

8+
@Disabled("US Government Shutdown around 2026-02-04")
79
public class NOAASimpleDeclinationTest extends SimpleDeclinationTest<NOAAImporter> {
810
@BeforeEach
911
public void setUp() {

0 commit comments

Comments
 (0)