mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-25 14:55:55 +01:00
Disable broken test (#12793)
Related to: #12784 Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
This commit is contained in:
parent
1baa37dcdd
commit
6283c9a0e2
@ -24,6 +24,7 @@ import java.util.concurrent.ScheduledThreadPoolExecutor;
|
|||||||
import org.eclipse.jdt.annotation.NonNullByDefault;
|
import org.eclipse.jdt.annotation.NonNullByDefault;
|
||||||
import org.junit.jupiter.api.AfterEach;
|
import org.junit.jupiter.api.AfterEach;
|
||||||
import org.junit.jupiter.api.BeforeEach;
|
import org.junit.jupiter.api.BeforeEach;
|
||||||
|
import org.junit.jupiter.api.Disabled;
|
||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
import org.junit.jupiter.api.extension.ExtendWith;
|
import org.junit.jupiter.api.extension.ExtendWith;
|
||||||
import org.mockito.ArgumentCaptor;
|
import org.mockito.ArgumentCaptor;
|
||||||
@ -95,6 +96,7 @@ public class BrokerHandlerTest extends JavaTest {
|
|||||||
verify(handler).createBrokerConnection();
|
verify(handler).createBrokerConnection();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Disabled("Temporarily disabled as broken since May 2022")
|
||||||
@Test
|
@Test
|
||||||
public void handlerInit() throws InterruptedException, IllegalArgumentException {
|
public void handlerInit() throws InterruptedException, IllegalArgumentException {
|
||||||
assertThat(initializeHandlerWaitForTimeout(), is(true));
|
assertThat(initializeHandlerWaitForTimeout(), is(true));
|
||||||
|
Loading…
Reference in New Issue
Block a user