Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
OAK-10991 introduced a toggle that allows to skip MongoDB related tests, even when MongoDB is availabe (either locally running or through Docker). However, that affected only tests using AbstractDocumentStoreTest. This change moves the feature lower down into DocumentStoreFixture and thus affects more tests.