Disable another unstable test (#18068)
Related to #12667 Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>pull/18075/head
parent
f6efa87fb2
commit
46d27b6fb5
|
@ -165,6 +165,7 @@ public class HomieImplementationTest extends MqttOSGiTest {
|
||||||
"Connection " + homieConnection.getClientId() + " not retrieving all topics ");
|
"Connection " + homieConnection.getClientId() + " not retrieving all topics ");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Disabled("https://github.com/openhab/openhab-addons/issues/12667")
|
||||||
@Test
|
@Test
|
||||||
public void retrieveOneAttribute() throws Exception {
|
public void retrieveOneAttribute() throws Exception {
|
||||||
WaitForTopicValue watcher = new WaitForTopicValue(homieConnection, DEVICE_TOPIC + "/$homie");
|
WaitForTopicValue watcher = new WaitForTopicValue(homieConnection, DEVICE_TOPIC + "/$homie");
|
||||||
|
|
Loading…
Reference in New Issue