jstests/core/background_validation.js is using the 'pauseCollectionValidationWithLock' fail point. But the jstests/core/* tests are parallelized by the basic.js/basicPlus.js parallel suites, so using fail points is unsafe as it might block a different test running in parallel.
jstests/core/background_validation.js won't need all of the tags it currently has.