]> git.basschouten.com Git - openhab-addons.git/commitdiff
[deutschebahn] Disable unstable DeutscheBahnTimetableHandlerTest (#12358)
authorWouter Born <github@maindrain.net>
Wed, 23 Feb 2022 17:15:08 +0000 (18:15 +0100)
committerGitHub <noreply@github.com>
Wed, 23 Feb 2022 17:15:08 +0000 (18:15 +0100)
This test keeps failing making our builds unstable.

See #12235

Signed-off-by: Wouter Born <github@maindrain.net>
bundles/org.openhab.binding.deutschebahn/src/test/java/org/openhab/binding/deutschebahn/internal/DeutscheBahnTimetableHandlerTest.java

index 6dd50a84e1317de7ceb9b60893050e68afe8c1ae..503f04f63513b0a7a85af7510b5ffc2a9d3254ef 100644 (file)
@@ -21,6 +21,7 @@ import java.util.GregorianCalendar;
 import java.util.List;
 
 import org.eclipse.jdt.annotation.NonNullByDefault;
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 import org.openhab.binding.deutschebahn.internal.timetable.TimeproviderStub;
 import org.openhab.binding.deutschebahn.internal.timetable.TimetablesV1ApiFactory;
@@ -42,10 +43,11 @@ import org.openhab.core.types.UnDefType;
 
 /**
  * Tests for {@link DeutscheBahnTimetableHandler}.
- * 
+ *
  * @author Sönke Küper - initial contribution.
  */
 @NonNullByDefault
+@Disabled("https://github.com/openhab/openhab-addons/issues/12235")
 public class DeutscheBahnTimetableHandlerTest implements TimetablesV1ImplTestHelper {
 
     private static Configuration createConfig() {