]> git.basschouten.com Git - openhab-addons.git/commitdiff
Disable wemo test (#17479)
authorlsiepel <leosiepel@gmail.com>
Sun, 29 Sep 2024 08:24:45 +0000 (10:24 +0200)
committerGitHub <noreply@github.com>
Sun, 29 Sep 2024 08:24:45 +0000 (10:24 +0200)
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
itests/org.openhab.binding.wemo.tests/src/main/java/org/openhab/binding/wemo/internal/handler/test/WemoMakerHandlerOSGiTest.java

index 004886c89080d0987c99785124b53d88e90bbee8..8755f8d9969c6a5471739313c29136acceaf27cf 100644 (file)
@@ -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 {