aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/NEON/Phase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/NEON/Phase.cpp')
-rw-r--r--tests/validation/NEON/Phase.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/validation/NEON/Phase.cpp b/tests/validation/NEON/Phase.cpp
index f63309f09e..6d939b357c 100644
--- a/tests/validation/NEON/Phase.cpp
+++ b/tests/validation/NEON/Phase.cpp
@@ -49,8 +49,8 @@ template <typename T>
using NEPhaseFixture = PhaseValidationFixture<Tensor, Accessor, NEPhase, T>;
TEST_SUITE(S16)
-FIXTURE_DATA_TEST_CASE(RunSmall, NEPhaseFixture<int16_t>, framework::DatasetMode::PRECOMMIT, combine(combine(datasets::Small2DShapes(), framework::dataset::make("Format", Format::S16)),
- framework::dataset::make("PhaseType", { PhaseType::UNSIGNED, PhaseType::SIGNED })))
+FIXTURE_DATA_TEST_CASE(RunSmall, NEPhaseFixture<int16_t>, framework::DatasetMode::NIGHTLY, combine(combine(datasets::Small2DShapes(), framework::dataset::make("Format", Format::S16)),
+ framework::dataset::make("PhaseType", { PhaseType::UNSIGNED, PhaseType::SIGNED })))
{
// Validate output
validate_wrap(Accessor(_target), _reference, tolerance_value, 0);