Skip to content
Commit d29a9015 authored by Jesse Glick's avatar Jesse Glick
Browse files

Introduced @RandomlyFails annotation to make it easier to skip unreliable functional tests.

First tried using excludedGroups and trying to work around SUREFIRE-984.
Made some progress, but not ideal since marked tests are omitted from output, rather than being listed as ignored.
Throwing AssumptionViolatedException from JenkinsRule is much simpler and seems to work better.
https://github.com/junit-team/junit/issues/116 notes its limitations.
parent b7d4c6a4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment