]> git.basschouten.com Git - openhab-addons.git/commitdiff
[wemo] Disable more unstable tests (#17502)
authorJacob Laursen <jacob-github@vindvejr.dk>
Thu, 3 Oct 2024 19:41:31 +0000 (21:41 +0200)
committerGitHub <noreply@github.com>
Thu, 3 Oct 2024 19:41:31 +0000 (21:41 +0200)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
itests/org.openhab.binding.wemo.tests/src/main/java/org/openhab/binding/wemo/internal/handler/test/WemoHandlerOSGiTest.java
itests/org.openhab.binding.wemo.tests/src/main/java/org/openhab/binding/wemo/internal/handler/test/WemoMakerHandlerOSGiTest.java

index 241b09f29d8760004f12f1a4eb729c7143bc40f0..c504ce2e60d1d50a010f1793ef12677223ebf418 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 WemoHandlerOSGiTest extends GenericWemoOSGiTest {
     }
 
     @Test
+    @Disabled("https://github.com/openhab/openhab-addons/issues/12474")
     public void assertThatThingHandlesOnOffCommandCorrectly()
             throws MalformedURLException, URISyntaxException, ValidationException, IOException {
         Command command = OnOffType.OFF;
@@ -104,6 +106,7 @@ public class WemoHandlerOSGiTest extends GenericWemoOSGiTest {
     }
 
     @Test
+    @Disabled("https://github.com/openhab/openhab-addons/issues/12474")
     public void assertThatThingHandlesREFRESHCommandCorrectly()
             throws MalformedURLException, URISyntaxException, ValidationException, IOException {
         Command command = RefreshType.REFRESH;
index 8755f8d9969c6a5471739313c29136acceaf27cf..f478cbc8c0ff3d55c4d4bbe75d0bbf82960a2e4c 100644 (file)
@@ -69,8 +69,8 @@ public class WemoMakerHandlerOSGiTest extends GenericWemoOSGiTest {
         removeThing();
     }
 
-    @Disabled
     @Test
+    @Disabled("https://github.com/openhab/openhab-addons/issues/12474")
     public void assertThatThingHandlesOnOffCommandCorrectly()
             throws MalformedURLException, URISyntaxException, ValidationException, IOException {
         Command command = OnOffType.OFF;