startup_recovery_truncates_oplog_holes_after_primary_crash.js is running into the following error on mongod server startup on the "Linux (No Journal)" test variant:
"Running wiredTiger without journaling in a replica set is not supported. Make sure you are not using --nojournal and that storage.journal.enabled is not set to 'false'."
Adding the requires_journaling tag should fix this.