Disable integration tests for bindings requiring an update after core changes (#14970)

Related to openhab/openhab-core#3600

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
lolodomo 2023-05-10 23:25:30 +02:00 committed by GitHub
parent 6784d22ab9
commit 6a6fe00b7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 3 deletions

View File

@ -25,13 +25,19 @@
<module>org.openhab.binding.hue.tests</module> <module>org.openhab.binding.hue.tests</module>
<module>org.openhab.binding.max.tests</module> <module>org.openhab.binding.max.tests</module>
<module>org.openhab.binding.mielecloud.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.homeassistant.tests</module>
<module>org.openhab.binding.mqtt.homie.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.nest.tests</module>
<module>org.openhab.binding.ntp.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.tradfri.tests</module>
<module>org.openhab.binding.wemo.tests</module> <module>org.openhab.binding.wemo.tests</module>
<module>org.openhab.persistence.mapdb.tests</module> <module>org.openhab.persistence.mapdb.tests</module>