From: Fabian Wolter Date: Wed, 7 Jul 2021 18:06:06 +0000 (+0200) Subject: Disable unstable tests (#10956) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=a06be4785f2c1ccfcbd549d73590ed32855d924b;p=openhab-addons.git Disable unstable tests (#10956) * Disable unstable tests Signed-off-by: Fabian Wolter --- diff --git a/bundles/org.openhab.binding.homematic/src/test/java/org/openhab/binding/homematic/internal/communicator/virtual/ButtonDatapointTest.java b/bundles/org.openhab.binding.homematic/src/test/java/org/openhab/binding/homematic/internal/communicator/virtual/ButtonDatapointTest.java index 8d46a391d9..be58072c3b 100644 --- a/bundles/org.openhab.binding.homematic/src/test/java/org/openhab/binding/homematic/internal/communicator/virtual/ButtonDatapointTest.java +++ b/bundles/org.openhab.binding.homematic/src/test/java/org/openhab/binding/homematic/internal/communicator/virtual/ButtonDatapointTest.java @@ -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);