[mqtt.homie] Disable unstable test (#12812)

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
This commit is contained in:
Jacob Laursen 2022-05-26 08:22:56 +02:00 committed by GitHub
parent ae5009154d
commit a30bb59400
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,7 @@ import java.util.concurrent.TimeUnit;
import org.eclipse.jdt.annotation.NonNullByDefault;
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.junit.jupiter.api.extension.ExtendWith;
import org.mockito.Mock;
@ -228,6 +229,7 @@ public class HomieImplementationTest extends MqttOSGiTest {
}
@SuppressWarnings("null")
@Disabled("Temporarily disabled: unstable")
@Test
public void parseHomieTree() throws Exception {
// Create a Homie Device object. Because spied Nodes are required for call verification,