From 145c02dbbb3d4a6e95fc5125a03f56940f3d5bee Mon Sep 17 00:00:00 2001 From: lolodomo Date: Wed, 10 May 2023 23:25:30 +0200 Subject: [PATCH] Disable integration tests for bindings requiring an update after core changes (#14970) Related to openhab/openhab-core#3600 Signed-off-by: Laurent Garnier Signed-off-by: Matt Myers --- itests/pom.xml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/itests/pom.xml b/itests/pom.xml index b8831d1472493..2a0bbacc158ee 100644 --- a/itests/pom.xml +++ b/itests/pom.xml @@ -25,13 +25,19 @@ org.openhab.binding.hue.tests org.openhab.binding.max.tests org.openhab.binding.mielecloud.tests - org.openhab.binding.modbus.tests + org.openhab.binding.mqtt.homeassistant.tests org.openhab.binding.mqtt.homie.tests - org.openhab.binding.mqtt.ruuvigateway.tests + org.openhab.binding.nest.tests org.openhab.binding.ntp.tests - org.openhab.binding.systeminfo.tests + org.openhab.binding.tradfri.tests org.openhab.binding.wemo.tests org.openhab.persistence.mapdb.tests