]> git.basschouten.com Git - openhab-addons.git/commitdiff
Disable unstable tests (#10956)
authorFabian Wolter <github@fabian-wolter.de>
Wed, 7 Jul 2021 18:06:06 +0000 (20:06 +0200)
committerGitHub <noreply@github.com>
Wed, 7 Jul 2021 18:06:06 +0000 (20:06 +0200)
* Disable unstable tests

Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
bundles/org.openhab.binding.homematic/src/test/java/org/openhab/binding/homematic/internal/communicator/virtual/ButtonDatapointTest.java

index 8d46a391d9690bc154b266e1cb70b1bf7a1be5c3..be58072c3b202de4d2e360b69f21852e8ef01905 100644 (file)
@@ -17,6 +17,7 @@ import static org.hamcrest.MatcherAssert.assertThat;
 
 import java.io.IOException;
 
+import org.junit.Ignore;
 import org.junit.jupiter.api.BeforeEach;
 import org.junit.jupiter.api.Test;
 import org.openhab.binding.homematic.internal.misc.HomematicClientException;
@@ -92,6 +93,7 @@ public class ButtonDatapointTest extends JavaTest {
     }
 
     @Test
+    @Ignore(value = "Test is unstable see #10753")
     public void testDoublePress() throws IOException, HomematicClientException, InterruptedException {
         HmDatapoint shortPressDp = createPressDatapoint("PRESS_SHORT", Boolean.TRUE);
         HmDatapoint buttonVirtualDatapoint = getButtonVirtualDatapoint(shortPressDp);