Skip to content

Commit e69c44b

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

itests/org.openhab.binding.wemo.tests/src/main/java/org/openhab/binding/wemo/internal/handler/test/WemoMakerHandlerOSGiTest.java

+1
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ public void assertThatThingHandlesOnOffCommandCorrectly()
107107
}
108108

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

0 commit comments

Comments
 (0)