File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed
java/com.sap.sailing.declination.test/src/com/sap/sailing/declination/test Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 11package com .sap .sailing .declination .test ;
22
33import org .junit .jupiter .api .BeforeEach ;
4+ import org .junit .jupiter .api .Disabled ;
45
56import com .sap .sailing .declination .impl .NOAAImporterForTesting ;
67
8+ @ Disabled ("US Government Shutdown around 2026-02-04" )
79public class NOAADeclinationImportTest extends DeclinationImportTest <NOAAImporterForTesting > {
810 @ BeforeEach
911 public void setUp () {
Original file line number Diff line number Diff line change 11package com .sap .sailing .declination .test ;
22
33import org .junit .jupiter .api .BeforeEach ;
4+ import org .junit .jupiter .api .Disabled ;
45
56import com .sap .sailing .declination .impl .NOAAImporter ;
67
8+ @ Disabled ("US Government Shutdown around 2026-02-04" )
79public class NOAADeclinationServiceTest extends DeclinationServiceTest <NOAAImporter > {
810 @ Override
911 @ BeforeEach
Original file line number Diff line number Diff line change 11package com .sap .sailing .declination .test ;
22
33import org .junit .jupiter .api .BeforeEach ;
4+ import org .junit .jupiter .api .Disabled ;
45
56import com .sap .sailing .declination .impl .NOAAImporter ;
67
8+ @ Disabled ("US Government Shutdown around 2026-02-04" )
79public class NOAADeclinationStoreTest extends DeclinationStoreTest <NOAAImporter > {
810 @ Override
911 @ BeforeEach
Original file line number Diff line number Diff line change 11package com .sap .sailing .declination .test ;
22
33import org .junit .jupiter .api .BeforeEach ;
4+ import org .junit .jupiter .api .Disabled ;
45
56import com .sap .sailing .declination .impl .NOAAImporter ;
67
8+ @ Disabled ("US Government Shutdown around 2026-02-04" )
79public class NOAASimpleDeclinationTest extends SimpleDeclinationTest <NOAAImporter > {
810 @ BeforeEach
911 public void setUp () {
You can’t perform that action at this time.
0 commit comments