[mqtt.homie] Disable unstable test (#12812)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
This commit is contained in:
parent
ae5009154d
commit
a30bb59400
|
@ -30,6 +30,7 @@ import java.util.concurrent.TimeUnit;
|
||||||
import org.eclipse.jdt.annotation.NonNullByDefault;
|
import org.eclipse.jdt.annotation.NonNullByDefault;
|
||||||
import org.junit.jupiter.api.AfterEach;
|
import org.junit.jupiter.api.AfterEach;
|
||||||
import org.junit.jupiter.api.BeforeEach;
|
import org.junit.jupiter.api.BeforeEach;
|
||||||
|
import org.junit.jupiter.api.Disabled;
|
||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
import org.junit.jupiter.api.extension.ExtendWith;
|
import org.junit.jupiter.api.extension.ExtendWith;
|
||||||
import org.mockito.Mock;
|
import org.mockito.Mock;
|
||||||
|
@ -228,6 +229,7 @@ public class HomieImplementationTest extends MqttOSGiTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
@SuppressWarnings("null")
|
@SuppressWarnings("null")
|
||||||
|
@Disabled("Temporarily disabled: unstable")
|
||||||
@Test
|
@Test
|
||||||
public void parseHomieTree() throws Exception {
|
public void parseHomieTree() throws Exception {
|
||||||
// Create a Homie Device object. Because spied Nodes are required for call verification,
|
// Create a Homie Device object. Because spied Nodes are required for call verification,
|
||||||
|
|
Loading…
Reference in New Issue