[modbus] Disable unstable ModbusDataHandlerTest#testRefreshOnData itest (#9653)

Related to #9617

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born 2021-01-02 17:58:21 +01:00 committed by GitHub
parent 14a4a50582
commit d1ef41851c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,7 @@ import java.util.function.Function;
import org.apache.commons.lang.StringUtils; import org.apache.commons.lang.StringUtils;
import org.hamcrest.Matcher; import org.hamcrest.Matcher;
import org.junit.jupiter.api.AfterEach; import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test; import org.junit.jupiter.api.Test;
import org.mockito.Mockito; import org.mockito.Mockito;
import org.openhab.binding.modbus.handler.EndpointNotInitializedException; import org.openhab.binding.modbus.handler.EndpointNotInitializedException;
@ -766,6 +767,7 @@ public class ModbusDataHandlerTest extends AbstractModbusOSGiTest {
} }
@Test @Test
@Disabled("See: https://github.com/openhab/openhab-addons/issues/9617")
public void testRefreshOnData() throws InterruptedException { public void testRefreshOnData() throws InterruptedException {
ModbusReadFunctionCode functionCode = ModbusReadFunctionCode.READ_COILS; ModbusReadFunctionCode functionCode = ModbusReadFunctionCode.READ_COILS;