Skip to content

Commit c8d3988

Browse files
authored
[avmfritz] Disable unstable AVMFritzDiscoveryServiceOSGiTest (openhab#16537)
See: openhab#16536 Signed-off-by: Wouter Born <[email protected]>
1 parent e857f32 commit c8d3988

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

itests/org.openhab.binding.avmfritz.tests/src/main/java/org/openhab/binding/avmfritz/internal/discovery/AVMFritzDiscoveryServiceOSGiTest.java

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
import org.eclipse.jdt.annotation.Nullable;
3030
import org.junit.jupiter.api.AfterEach;
3131
import org.junit.jupiter.api.BeforeEach;
32+
import org.junit.jupiter.api.Disabled;
3233
import org.junit.jupiter.api.Test;
3334
import org.openhab.binding.avmfritz.internal.dto.AVMFritzBaseModel;
3435
import org.openhab.binding.avmfritz.internal.dto.DeviceListModel;
@@ -48,6 +49,7 @@
4849
* @author Ulrich Mertin - Added support for HAN-FUN blinds
4950
*/
5051
@NonNullByDefault
52+
@Disabled("Often blocks indefinitely, see: https://github.com/openhab/openhab-addons/issues/16536")
5153
public class AVMFritzDiscoveryServiceOSGiTest extends AVMFritzThingHandlerOSGiTest {
5254

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

0 commit comments

Comments
 (0)