Skip to content

Commit

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

Signed-off-by: Wouter Born <github@maindrain.net>
  • Loading branch information
wborn committed Mar 18, 2024
1 parent e857f32 commit c8d3988
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 c8d3988

Please sign in to comment.