This reverts commit 6398773007
.
pull/8911/head
parent
27480ad208
commit
47d05055db
|
@ -33,7 +33,6 @@ 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;
|
||||
|
@ -561,7 +560,6 @@ public class ModbusDataHandlerTest extends AbstractModbusOSGiTest {
|
|||
}
|
||||
|
||||
@Test
|
||||
@Disabled("See: https://github.com/openhab/openhab-addons/issues/8880")
|
||||
public void testOnRegistersNaNFloatInRegisters() throws InvalidSyntaxException {
|
||||
ModbusDataThingHandler dataHandler = testReadHandlingGeneric(ModbusReadFunctionCode.READ_MULTIPLE_REGISTERS,
|
||||
"0", "default", ModbusConstants.ValueType.FLOAT32, null, new ModbusRegisterArray(
|
||||
|
|
Loading…
Reference in New Issue