Skip to content

Commit

Permalink
Disable integration tests for bindings requiring an update after core…
Browse files Browse the repository at this point in the history
… changes (openhab#14970)

Related to openhab/openhab-core#3600

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
Signed-off-by: Matt Myers <mmyers75@icloud.com>
  • Loading branch information
lolodomo authored and matchews committed Aug 9, 2023
1 parent e94ccbd commit 145c02d
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions itests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,19 @@
<module>org.openhab.binding.hue.tests</module>
<module>org.openhab.binding.max.tests</module>
<module>org.openhab.binding.mielecloud.tests</module>
<module>org.openhab.binding.modbus.tests</module>
<!-- Modbus tests disabled until fixed (CoreItemFactory)
<module>org.openhab.binding.modbus.tests</module>
-->
<module>org.openhab.binding.mqtt.homeassistant.tests</module>
<module>org.openhab.binding.mqtt.homie.tests</module>
<module>org.openhab.binding.mqtt.ruuvigateway.tests</module>
<!-- MQTT ruuvigateway tests disabled until fixed (CoreItemFactory + NumberItem)
<module>org.openhab.binding.mqtt.ruuvigateway.tests</module>
-->
<module>org.openhab.binding.nest.tests</module>
<module>org.openhab.binding.ntp.tests</module>
<module>org.openhab.binding.systeminfo.tests</module>
<!-- Systeminfo tests disabled until fixed (NumberItem)
<module>org.openhab.binding.systeminfo.tests</module>
-->
<module>org.openhab.binding.tradfri.tests</module>
<module>org.openhab.binding.wemo.tests</module>
<module>org.openhab.persistence.mapdb.tests</module>
Expand Down

0 comments on commit 145c02d

Please sign in to comment.