Skip to content

Commit 46d27b6

Browse files
authored
Disable another unstable test (openhab#18068)
Related to openhab#12667 Signed-off-by: Jacob Laursen <[email protected]>
1 parent f6efa87 commit 46d27b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

itests/org.openhab.binding.mqtt.homie.tests/src/main/java/org/openhab/binding/mqtt/homie/HomieImplementationTest.java

+1
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ public void retrieveAllTopics() throws Exception {
165165
"Connection " + homieConnection.getClientId() + " not retrieving all topics ");
166166
}
167167

168+
@Disabled("https://github.com/openhab/openhab-addons/issues/12667")
168169
@Test
169170
public void retrieveOneAttribute() throws Exception {
170171
WaitForTopicValue watcher = new WaitForTopicValue(homieConnection, DEVICE_TOPIC + "/$homie");

0 commit comments

Comments
 (0)