mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-17 11:19:15 +00:00
re-enabled NOAA tests
This commit is contained in:
-2
@@ -1,11 +1,9 @@
|
||||
package com.sap.sailing.declination.test;
|
||||
|
||||
import org.junit.jupiter.api.BeforeEach;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
|
||||
import com.sap.sailing.declination.impl.NOAAImporterForTesting;
|
||||
|
||||
@Disabled("NOAA seems down as of 2026-08-12")
|
||||
public class NOAADeclinationImportTest extends DeclinationImportTest<NOAAImporterForTesting> {
|
||||
@BeforeEach
|
||||
public void setUp() {
|
||||
|
||||
-2
@@ -1,11 +1,9 @@
|
||||
package com.sap.sailing.declination.test;
|
||||
|
||||
import org.junit.jupiter.api.BeforeEach;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
|
||||
import com.sap.sailing.declination.impl.NOAAImporter;
|
||||
|
||||
@Disabled("NOAA seems down as of 2026-08-12")
|
||||
public class NOAASimpleDeclinationTest extends SimpleDeclinationTest<NOAAImporter> {
|
||||
@BeforeEach
|
||||
public void setUp() {
|
||||
|
||||
Reference in New Issue
Block a user