]> git.basschouten.com Git - openhab-addons.git/commitdiff
Disable broken test (#12793)
authorJacob Laursen <jacob-github@vindvejr.dk>
Tue, 24 May 2022 06:13:02 +0000 (08:13 +0200)
committerGitHub <noreply@github.com>
Tue, 24 May 2022 06:13:02 +0000 (08:13 +0200)
Related to: #12784

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
bundles/org.openhab.binding.mqtt/src/test/java/org/openhab/binding/mqtt/handler/BrokerHandlerTest.java

index 3a3313d86cdf0a882b0d5cfc581585ea0dfe330e..792a4d9a928f7e45f5453c2dc0f8c1eddeb85d59 100644 (file)
@@ -24,6 +24,7 @@ import java.util.concurrent.ScheduledThreadPoolExecutor;
 import org.eclipse.jdt.annotation.NonNullByDefault;
 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.junit.jupiter.api.extension.ExtendWith;
 import org.mockito.ArgumentCaptor;
@@ -95,6 +96,7 @@ public class BrokerHandlerTest extends JavaTest {
         verify(handler).createBrokerConnection();
     }
 
+    @Disabled("Temporarily disabled as broken since May 2022")
     @Test
     public void handlerInit() throws InterruptedException, IllegalArgumentException {
         assertThat(initializeHandlerWaitForTimeout(), is(true));