From: Wouter Born Date: Wed, 23 Feb 2022 17:15:08 +0000 (+0100) Subject: [deutschebahn] Disable unstable DeutscheBahnTimetableHandlerTest (#12358) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=0d5b1ba61ed1f81fb9b5d54b2a31bcb4afdbb54a;p=openhab-addons.git [deutschebahn] Disable unstable DeutscheBahnTimetableHandlerTest (#12358) This test keeps failing making our builds unstable. See #12235 Signed-off-by: Wouter Born --- diff --git a/bundles/org.openhab.binding.deutschebahn/src/test/java/org/openhab/binding/deutschebahn/internal/DeutscheBahnTimetableHandlerTest.java b/bundles/org.openhab.binding.deutschebahn/src/test/java/org/openhab/binding/deutschebahn/internal/DeutscheBahnTimetableHandlerTest.java index 6dd50a84e1..503f04f635 100644 --- a/bundles/org.openhab.binding.deutschebahn/src/test/java/org/openhab/binding/deutschebahn/internal/DeutscheBahnTimetableHandlerTest.java +++ b/bundles/org.openhab.binding.deutschebahn/src/test/java/org/openhab/binding/deutschebahn/internal/DeutscheBahnTimetableHandlerTest.java @@ -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() {