reactor / BlockHound

Java agent to detect blocking calls from non-blocking threads.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build a skip or disable feature for individual tests

loran-steinberger opened this issue · comments

commented

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