Skip to content

Commit

Permalink
Disable another unstable test (#18068)
Browse files Browse the repository at this point in the history
Related to #12667

Signed-off-by: Jacob Laursen <[email protected]>
  • Loading branch information
jlaur authored Jan 9, 2025
1 parent f6efa87 commit 46d27b6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ public void retrieveAllTopics() throws Exception {
"Connection " + homieConnection.getClientId() + " not retrieving all topics ");
}

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

0 comments on commit 46d27b6

Please sign in to comment.