BlockHound icon indicating copy to clipboard operation
BlockHound copied to clipboard

build a skip or disable feature for individual tests

Open loran-steinberger opened this issue 3 years ago • 0 comments

Motivation

As a user of blockhound, I would like to implement a test which I know will break and commit to my repo. To prevent this test from breaking my build pipeline, a skip feature would prevent it from being run.

Desired solution

a utility function or annotation that marks tests as skipped by test runner

loran-steinberger avatar Apr 27 '22 17:04 loran-steinberger