Skip to content

Commit

Permalink
[mongodb] Fix MongoDBPersistenceServiceTest fails on CPU without AV…
Browse files Browse the repository at this point in the history
…X support (openhab#17049)

Fixes openhab#17046

Signed-off-by: René Ulbricht <[email protected]>
  • Loading branch information
ulbi authored and andrewfg committed Jul 19, 2024
1 parent 71640ac commit fa09a6e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@

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;
Expand Down Expand Up @@ -63,7 +62,6 @@
*
* @author René Ulbricht - Initial contribution
*/
@Disabled("Fails on CPUs without AVX support, see: https://github.com/openhab/openhab-addons/issues/17046")
public class MongoDBPersistenceServiceTest {

/**
Expand Down

0 comments on commit fa09a6e

Please sign in to comment.