Skip to content

Commit

Permalink
Disable another unstable test
Browse files Browse the repository at this point in the history
Related to #12474

Signed-off-by: Jacob Laursen <[email protected]>
  • Loading branch information
jlaur committed Jan 8, 2025
1 parent d36b2a8 commit d0e5a91
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ public void assertThatThingHandlesOnOffCommandCorrectly()
}

@Test
@Disabled("https://github.com/openhab/openhab-addons/issues/12474")
public void assertThatThingHandlesREFRESHCommand()
throws MalformedURLException, URISyntaxException, ValidationException, IOException {
Command command = RefreshType.REFRESH;
Expand Down

0 comments on commit d0e5a91

Please sign in to comment.