Skip a flaky or broken test with proper issue tracking. Use when asked to skip a test, disable a test, or mark a test as flaky.
Use skip.WithIssue from "github.com/cockroachdb/cockroach/pkg/testutils/skip"
to skip a test with a tracking issue number.
Ask the user for the GitHub issue number, then add the skip after the defer