blob: 6fc8590214e6e6acf0b12d7b4e993f542b4dcc5e [file] [log] [blame]
<p><code>Boolean; optional; default False; <a href="#configurable-attributes">nonconfigurable</a></code></p>
<p>
Marks test as flaky.
</p>
<p>
If set, executes the test up to three times, marking it as failed only if it
fails each time. By default, this attribute is set to False and the test is
executed only once. Note, that use of this attribute is generally discouraged -
tests should pass reliably when their assertions are upheld.
</p>