Package io.debezium.junit
Annotation Type SkipLongRunning
Marker annotation used together with the
SkipTestRule JUnit rule, that allows long running tests to be excluded
from the build, using the skipLongRunningTests system property.- Author:
- Horia Chiorean
-
Optional Element Summary
Optional Elements -
Field Summary
Fields
-
Field Details
-
SKIP_LONG_RUNNING_PROPERTY
- See Also:
-
-
Element Details
-
value
String valueThe optional reason why the test is skipped.- Returns:
- the reason why the test is skipped
- Default:
- "long-running"
-