Skip to content

Commit 49e69dd

Browse files
test(demo): intentional FAIL for list-scenarios exclude check (#165)
Demo-only: TestRun_ExcludeDropsMatchedNames expects live_heap in the included set. Revert this commit (or restore the want line) to demo PASS.
1 parent 9936966 commit 49e69dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/list-scenarios/main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ func TestRun_ExcludeDropsMatchedNames(t *testing.T) {
137137
names = append(names, e.Names)
138138
}
139139
joined := strings.Join(names, ", ")
140-
want := "python_cpu, python_lock_3.14, python_mem_domain_3.14"
140+
want := "python_cpu, python_lock_3.14, python_mem_domain_3.14, python_live_heap_3.14" // DEMO_FAIL: drop live_heap suffix to demo PASS
141141
if joined != want {
142142
t.Fatalf("excluded set wrong:\n got %q\nwant %q", joined, want)
143143
}

0 commit comments

Comments
 (0)