mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
[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.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,
|
||||
|
Loading…
Reference in New Issue
Block a user