aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/CL/Threshold.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/CL/Threshold.cpp')
-rw-r--r--tests/validation/CL/Threshold.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/validation/CL/Threshold.cpp b/tests/validation/CL/Threshold.cpp
index d5346d3d1f..be26245b7e 100644
--- a/tests/validation/CL/Threshold.cpp
+++ b/tests/validation/CL/Threshold.cpp
@@ -42,9 +42,9 @@ TEST_SUITE(Threshold)
template <typename T>
using CLThresholdFixture = ThresholdValidationFixture<CLTensor, CLAccessor, CLThreshold, T>;
-FIXTURE_DATA_TEST_CASE(RunSmall, CLThresholdFixture<uint8_t>, framework::DatasetMode::PRECOMMIT, combine(combine(datasets::SmallShapes(), datasets::MixedThresholdDataset()),
- framework::dataset::make("DataType",
- DataType::U8)))
+FIXTURE_DATA_TEST_CASE(RunSmall, CLThresholdFixture<uint8_t>, framework::DatasetMode::NIGHTLY, combine(combine(datasets::SmallShapes(), datasets::MixedThresholdDataset()),
+ framework::dataset::make("DataType",
+ DataType::U8)))
{
// Validate output
validate(CLAccessor(_target), _reference);