[deutschebahn] Disable unstable DeutscheBahnTimetableHandlerTest (#12358)

This test keeps failing making our builds unstable.

See #12235

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born 2022-02-23 18:15:08 +01:00 committed by GitHub
parent 327391d483
commit 0d5b1ba61e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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() {