Skip to content

Commit

Permalink
[modbus] Disable unstable ModbusDataHandlerTest#testRefreshOnData ite…
Browse files Browse the repository at this point in the history
…st (openhab#9653)

Related to openhab#9617

Signed-off-by: Wouter Born <[email protected]>
  • Loading branch information
wborn authored and thinkingstone committed Nov 7, 2021
1 parent 9093378 commit 6083041
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
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;
Expand Down Expand Up @@ -766,6 +767,7 @@ public void testDiscreteInputAcceptsBitValueType() {
}

@Test
@Disabled("See: https://github.com/openhab/openhab-addons/issues/9617")
public void testRefreshOnData() throws InterruptedException {
ModbusReadFunctionCode functionCode = ModbusReadFunctionCode.READ_COILS;

Expand Down

0 comments on commit 6083041

Please sign in to comment.