Module: Datadog::CI::Ext::Test::TIATestSkippingMode

Defined in:
lib/datadog/ci/ext/test.rb

Overview

could be either “test” or “suite” depending on whether we skip individual tests or whole suites

Constant Summary collapse

TEST =
"test"
SUITE =
"suite"
ALL =
[TEST, SUITE].freeze