noRetry property

bool get noRetry

Whether to disable retries of tests.

Implementation

bool get noRetry => _noRetry ?? false;