org.jvnet.hudson.test
Annotation Type RandomlyFails


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface RandomlyFails

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
 String value
          Observed failure message or other explanation.
 

Element Detail

value

public abstract String value
Observed failure message or other explanation.



Copyright © 2004-2014. All Rights Reserved.