Implemented DisableOnCi annotation

This commit is contained in:
Erik C. Thauvin 2024-05-22 20:18:09 -07:00
parent f1e0b3101c
commit b6178a6dea
Signed by: erik
GPG key ID: 776702A6A2DA330E
2 changed files with 0 additions and 2 deletions

View file

@ -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)

View file

@ -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 {