mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
[mongodb] Disable failing MongoDBPersistenceServiceTest (#17047)
It causes Jenkins CI builds to fail, see #17046 Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
parent
a7e460966f
commit
a5a02a17f0
@ -29,6 +29,7 @@ import java.util.stream.Collectors;
|
||||
|
||||
import org.bson.Document;
|
||||
import org.bson.types.ObjectId;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.junit.jupiter.params.ParameterizedTest;
|
||||
import org.junit.jupiter.params.provider.MethodSource;
|
||||
@ -62,6 +63,7 @@ import de.bwaldvogel.mongo.backend.memory.MemoryBackend;
|
||||
*
|
||||
* @author René Ulbricht - Initial contribution
|
||||
*/
|
||||
@Disabled("Fails on CPUs without AVX support, see: https://github.com/openhab/openhab-addons/issues/17046")
|
||||
public class MongoDBPersistenceServiceTest {
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user