Skip to content

Commit bb188b4

Browse files
committed
gating
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent d09ef42 commit bb188b4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

test/build_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,10 @@ func benchmarkBuildRemote(b *testing.B, sb testutil.Sandbox) {
143143
}
144144

145145
func benchmarkBuildBakeFrontendInputsFanIn(b *testing.B, sb testutil.Sandbox) {
146+
if sb.Name() != "pr-6745" {
147+
b.Skipf("only runs for BuildKit candidate pr-6745")
148+
}
149+
146150
dir := fixtureDir(b, "frontend-inputs-fan-in")
147151
reportBuildkitdAlloc(b, sb, func() {
148152
b.StartTimer()

0 commit comments

Comments
 (0)