Class: Datadog::CI::TestRetries::Strategy::NoRetry

Inherits:
Base
  • Object
show all
Defined in:
lib/datadog/ci/test_retries/strategy/no_retry.rb

Instance Method Summary collapse

Methods inherited from Base

#should_retry?

Instance Method Details

#record_retry(test_span) ⇒ Object



10
11
# File 'lib/datadog/ci/test_retries/strategy/no_retry.rb', line 10

def record_retry(test_span)
end