The usage of getTaskRunCreations in the pipelineRun reconciler test suite verifies implementation details (API calls) rather than the outputs we care about (TaskRuns themselves), making the tests harder to understand. This should be refactored to not rely on this.
Originally posted by @lbernick in #6135 (comment)
/kind cleanup