]> git.basschouten.com Git - openhab-addons.git/commitdiff
Disable integration tests for bindings requiring an update after core changes (#14970)
authorlolodomo <lg.hc@free.fr>
Wed, 10 May 2023 21:25:30 +0000 (23:25 +0200)
committerGitHub <noreply@github.com>
Wed, 10 May 2023 21:25:30 +0000 (23:25 +0200)
Related to openhab/openhab-core#3600

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
itests/pom.xml

index b8831d14724930ce63790d7b0b7ec4af8cd1cdad..2a0bbacc158eecae45ffdcfab0bad020a07483d2 100644 (file)
     <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>