I somehow missed this when making e2e tests run against the separate tasks for different versions of mongodb. Copied something from mongosh and assumed it does enterprise by default and -community switches it to community, but that's not how mongodb runner works. That's something mongosh interprets.
Never noticed because we have nothing in our e2e tests that test enterprise-specific things.