Disable unstable test (#12829)

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
This commit is contained in:
Jacob Laursen 2022-05-27 18:18:16 +02:00 committed by GitHub
parent efde8beae6
commit d83a036e1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -172,6 +172,7 @@ public class HomieImplementationTest extends MqttOSGiTest {
}
@SuppressWarnings("null")
@Disabled("Temporarily disabled: unstable")
@Test
public void retrieveAttributes() throws Exception {
assertThat(homieConnection.hasSubscribers(), is(false));