Implemented DisableOnCi annotation
This commit is contained in:
parent
f1e0b3101c
commit
b6178a6dea
2 changed files with 0 additions and 2 deletions
|
@ -34,7 +34,6 @@ import org.junit.jupiter.api.extension.ExtendWith
|
|||
/**
|
||||
* Disables tests on CI annotation.
|
||||
*
|
||||
* @author [Erik C. Thauvin](https://erik.thauvin.net/)
|
||||
* @since 1.0
|
||||
*/
|
||||
@Target(AnnotationTarget.TYPE, AnnotationTarget.FUNCTION)
|
||||
|
|
|
@ -36,7 +36,6 @@ import org.junit.jupiter.api.extension.ExtensionContext
|
|||
/**
|
||||
* Disables tests on CI condition.
|
||||
*
|
||||
* @author [Erik C. Thauvin](https://erik.thauvin.net/)
|
||||
* @since 2.0
|
||||
*/
|
||||
class DisableOnCiCondition : ExecutionCondition {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue