The `api/testutil` package was moved to `api/internal/testutil` but this wasn't caught in the ENT tests because they're not run here in the OSS repo.
This is a followup to running tests in serial in CI. Since the API package cannot import anything outside of api/, copy the ci.Parallel function into api/internal/testutil, and have api tests use that.