Disable wemo test (#17479)

Signed-off-by: Leo Siepel <leosiepel@gmail.com>
Signed-off-by: Ciprian Pascu <contact@ciprianpascu.ro>
This commit is contained in:
lsiepel 2024-09-29 10:24:45 +02:00 committed by Ciprian Pascu
parent 72eb7773d8
commit a9d6d30335

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 {