aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/NEON/HOGDescriptor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/NEON/HOGDescriptor.cpp')
-rw-r--r--tests/validation/NEON/HOGDescriptor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/validation/NEON/HOGDescriptor.cpp b/tests/validation/NEON/HOGDescriptor.cpp
index afaf8d9c92..f6c7ed310b 100644
--- a/tests/validation/NEON/HOGDescriptor.cpp
+++ b/tests/validation/NEON/HOGDescriptor.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017-2018 Arm Limited.
+ * Copyright (c) 2017-2020 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -55,7 +55,7 @@ TEST_SUITE(HOGDescriptor)
// clang-format off
using NEHOGDescriptorFixture = HOGDescriptorValidationFixture<Tensor, HOG, Accessor, NEHOGDescriptor, uint8_t, float>;
-FIXTURE_DATA_TEST_CASE(RunSmall, NEHOGDescriptorFixture, framework::DatasetMode::PRECOMMIT,
+FIXTURE_DATA_TEST_CASE(RunSmall, NEHOGDescriptorFixture, framework::DatasetMode::NIGHTLY,
combine(combine(
datasets::SmallHOGDescriptorDataset(),
framework::dataset::make("Format", Format::U8)),