From 6a6fe00b7bfac7b8ac681baaf58f931d65c9cb16 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 --- itests/pom.xml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/itests/pom.xml b/itests/pom.xml index b8831d147..2a0bbacc1 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