package
20.2.19+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev
# Functions
IgnoreLint skips this test, explicitly marking it as not a test that should be tracked as a "skipped test" by external tools.
IgnoreLintf is like IgnoreLint, and it also takes a format string.
NightlyStress returns true iff the process is running as part of CockroachDB's nightly stress tests.
UnderRace skips this test if the race detector is enabled.
UnderShort skips this test if the -short flag is specified.
UnderStress skips this test when running under stress.
UnderStressRace skips this test during stressrace runs, which are tests run under stress with the -race flag.
WithIssue skips this test, logging the given issue ID as the reason.
# Interfaces
SkippableTest is a testing.TB with Skip methods.