mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
[avmfritz] Disable unstable AVMFritzDiscoveryServiceOSGiTest (#16537)
See: https://github.com/openhab/openhab-addons/issues/16536 Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
parent
e857f32a8a
commit
c8d398874b
@ -29,6 +29,7 @@ import org.eclipse.jdt.annotation.NonNullByDefault;
|
|||||||
import org.eclipse.jdt.annotation.Nullable;
|
import org.eclipse.jdt.annotation.Nullable;
|
||||||
import org.junit.jupiter.api.AfterEach;
|
import org.junit.jupiter.api.AfterEach;
|
||||||
import org.junit.jupiter.api.BeforeEach;
|
import org.junit.jupiter.api.BeforeEach;
|
||||||
|
import org.junit.jupiter.api.Disabled;
|
||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
import org.openhab.binding.avmfritz.internal.dto.AVMFritzBaseModel;
|
import org.openhab.binding.avmfritz.internal.dto.AVMFritzBaseModel;
|
||||||
import org.openhab.binding.avmfritz.internal.dto.DeviceListModel;
|
import org.openhab.binding.avmfritz.internal.dto.DeviceListModel;
|
||||||
@ -48,6 +49,7 @@ import org.openhab.core.thing.ThingUID;
|
|||||||
* @author Ulrich Mertin - Added support for HAN-FUN blinds
|
* @author Ulrich Mertin - Added support for HAN-FUN blinds
|
||||||
*/
|
*/
|
||||||
@NonNullByDefault
|
@NonNullByDefault
|
||||||
|
@Disabled("Often blocks indefinitely, see: https://github.com/openhab/openhab-addons/issues/16536")
|
||||||
public class AVMFritzDiscoveryServiceOSGiTest extends AVMFritzThingHandlerOSGiTest {
|
public class AVMFritzDiscoveryServiceOSGiTest extends AVMFritzThingHandlerOSGiTest {
|
||||||
|
|
||||||
private static final ThingUID BRIGE_THING_ID = new ThingUID("avmfritz:fritzbox:1");
|
private static final ThingUID BRIGE_THING_ID = new ThingUID("avmfritz:fritzbox:1");
|
||||||
|
Loading…
Reference in New Issue
Block a user