[modbus] Disable unstable ModbusDataHandlerTest#testRefreshOnData itest (#9653)
Related to #9617 Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
parent
14a4a50582
commit
d1ef41851c
|
@ -34,6 +34,7 @@ import java.util.function.Function;
|
|||
import org.apache.commons.lang.StringUtils;
|
||||
import org.hamcrest.Matcher;
|
||||
import org.junit.jupiter.api.AfterEach;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.mockito.Mockito;
|
||||
import org.openhab.binding.modbus.handler.EndpointNotInitializedException;
|
||||
|
@ -766,6 +767,7 @@ public class ModbusDataHandlerTest extends AbstractModbusOSGiTest {
|
|||
}
|
||||
|
||||
@Test
|
||||
@Disabled("See: https://github.com/openhab/openhab-addons/issues/9617")
|
||||
public void testRefreshOnData() throws InterruptedException {
|
||||
ModbusReadFunctionCode functionCode = ModbusReadFunctionCode.READ_COILS;
|
||||
|
||||
|
|
Loading…
Reference in New Issue