mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
[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:
parent
327391d483
commit
0d5b1ba61e
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user