[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:
Wouter Born 2024-07-13 11:13:17 +02:00 committed by GitHub
parent a7e460966f
commit a5a02a17f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View 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 {
/**