diff --git a/.buildkite/ci.mjs b/.buildkite/ci.mjs index 4fd429779f..d93686a440 100755 --- a/.buildkite/ci.mjs +++ b/.buildkite/ci.mjs @@ -1115,7 +1115,8 @@ async function getPipeline(options = {}) { if (isMainBranch()) { steps.push(getReleaseStep(buildPlatforms, options)); - steps.push(getBenchmarkStep(buildPlatforms)); + // TODO: fix the broken benchmark step + // steps.push(getBenchmarkStep(buildPlatforms)); } /** @type {Map} */