Fix disabled integration tests (#8609)
* Fix disabled integration tests Fixes and enables: * org.openhab.binding.mqtt.homeassistant.tests * org.openhab.binding.mqtt.homie.tests * org.openhab.io.mqttembeddedbroker.tests Fixes #8537 * Address review comment Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -9,6 +9,10 @@ Fragment-Host: org.openhab.binding.mqtt.homie
|
||||
bnd.identity;id='org.openhab.core.thing.xml',\
|
||||
bnd.identity;id='org.openhab.io.mqttembeddedbroker'
|
||||
|
||||
# We would like to use the "volatile" storage only
|
||||
-runblacklist: \
|
||||
bnd.identity;id='org.openhab.core.storage.json'
|
||||
|
||||
#
|
||||
# done
|
||||
#
|
||||
@@ -83,5 +87,6 @@ Fragment-Host: org.openhab.binding.mqtt.homie
|
||||
org.openhab.core.transform;version='[3.0.0,3.0.1)',\
|
||||
org.openhab.io.mqttembeddedbroker;version='[3.0.0,3.0.1)',\
|
||||
org.opentest4j;version='[1.2.0,1.2.1)',\
|
||||
org.reactivestreams.reactive-streams;version='[1.0.2,1.0.3)'
|
||||
org.reactivestreams.reactive-streams;version='[1.0.2,1.0.3)',\
|
||||
moquette-broker;version='[0.13.0,0.13.1)'
|
||||
-runvm: -Dio.netty.noUnsafe=true
|
||||
|
||||
Reference in New Issue
Block a user