Disable wemo test (#17479)

Signed-off-by: Leo Siepel <leosiepel@gmail.com>
This commit is contained in:
lsiepel 2024-09-29 10:24:45 +02:00 committed by GitHub
parent c88974525c
commit b8905e5b69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,6 +25,7 @@ import java.util.List;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.jupnp.model.ValidationException;
import org.mockito.ArgumentCaptor;
@ -68,6 +69,7 @@ public class WemoMakerHandlerOSGiTest extends GenericWemoOSGiTest {
removeThing();
}
@Disabled
@Test
public void assertThatThingHandlesOnOffCommandCorrectly()
throws MalformedURLException, URISyntaxException, ValidationException, IOException {