Skip to content

Commit

Permalink
[avmfritz] Disable unstable AVMFritzDiscoveryServiceOSGiTest (openhab…
Browse files Browse the repository at this point in the history
…#16537)

See: openhab#16536

Signed-off-by: Wouter Born <github@maindrain.net>
  • Loading branch information
wborn authored and magx2 committed Mar 24, 2024
1 parent 0f0b29c commit e6cdb94
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
import org.eclipse.jdt.annotation.Nullable;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.openhab.binding.avmfritz.internal.dto.AVMFritzBaseModel;
import org.openhab.binding.avmfritz.internal.dto.DeviceListModel;
Expand All @@ -48,6 +49,7 @@
* @author Ulrich Mertin - Added support for HAN-FUN blinds
*/
@NonNullByDefault
@Disabled("Often blocks indefinitely, see: https://github.com/openhab/openhab-addons/issues/16536")
public class AVMFritzDiscoveryServiceOSGiTest extends AVMFritzThingHandlerOSGiTest {

private static final ThingUID BRIGE_THING_ID = new ThingUID("avmfritz:fritzbox:1");
Expand Down

0 comments on commit e6cdb94

Please sign in to comment.