]> git.basschouten.com Git - openhab-addons.git/commitdiff
[mongodb] Disable failing MongoDBPersistenceServiceTest (#17047)
authorWouter Born <github@maindrain.net>
Sat, 13 Jul 2024 09:13:17 +0000 (11:13 +0200)
committerGitHub <noreply@github.com>
Sat, 13 Jul 2024 09:13:17 +0000 (11:13 +0200)
It causes Jenkins CI builds to fail, see #17046

Signed-off-by: Wouter Born <github@maindrain.net>
bundles/org.openhab.persistence.mongodb/src/test/java/org/openhab/persistence/mongodb/internal/MongoDBPersistenceServiceTest.java

index afd122c42aaf484242a0d97d4b094b3b5f9ed52b..dff84eacd1e737c249a39a49713bd4f71671fdc9 100644 (file)
@@ -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 {
 
     /**