From: lsiepel Date: Sun, 29 Sep 2024 08:24:45 +0000 (+0200) Subject: Disable wemo test (#17479) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=b8905e5b69744386d862fcf21bba0bb840504a99;p=openhab-addons.git Disable wemo test (#17479) Signed-off-by: Leo Siepel --- diff --git a/itests/org.openhab.binding.wemo.tests/src/main/java/org/openhab/binding/wemo/internal/handler/test/WemoMakerHandlerOSGiTest.java b/itests/org.openhab.binding.wemo.tests/src/main/java/org/openhab/binding/wemo/internal/handler/test/WemoMakerHandlerOSGiTest.java index 004886c890..8755f8d996 100644 --- a/itests/org.openhab.binding.wemo.tests/src/main/java/org/openhab/binding/wemo/internal/handler/test/WemoMakerHandlerOSGiTest.java +++ b/itests/org.openhab.binding.wemo.tests/src/main/java/org/openhab/binding/wemo/internal/handler/test/WemoMakerHandlerOSGiTest.java @@ -25,6 +25,7 @@ import java.util.List; 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.jupnp.model.ValidationException; import org.mockito.ArgumentCaptor; @@ -68,6 +69,7 @@ public class WemoMakerHandlerOSGiTest extends GenericWemoOSGiTest { removeThing(); } + @Disabled @Test public void assertThatThingHandlesOnOffCommandCorrectly() throws MalformedURLException, URISyntaxException, ValidationException, IOException {