Package org.jvnet.hudson.test
Annotation Interface RandomlyFails
Deprecated.
Marker for test methods which have been observed to fail for no easily understood reason.
They may be useful to keep in sources so developers and certain CI jobs can run them,
but failures should not block a validated merge build for example.
Only effective on
Test
-annotated (but not WithoutJenkins
-annotated) methods in a class using JenkinsRule
when the system property ignore.random.failures
is true.- Since:
- 1.547
-
Required Element Summary
-
Element Details
-
value
String valueDeprecated.Observed failure message or other explanation.
-
Ignore
it.