aboutsummaryrefslogtreecommitdiff
path: root/tests/datasets
diff options
context:
space:
mode:
authorMichalis Spyrou <michalis.spyrou@arm.com>2019-02-14 11:08:09 +0000
committerMichalis Spyrou <michalis.spyrou@arm.com>2019-02-14 12:47:47 +0000
commite6134c1e796742f67fa92705eb3bb24c5d8dad9b (patch)
treed0c2c092e2728f3ae83150e7a30857ef94a87eea /tests/datasets
parent6eb90d7d8ef73decf6e3973a89c2b2badd0b9635 (diff)
downloadComputeLibrary-e6134c1e796742f67fa92705eb3bb24c5d8dad9b.tar.gz
COMPMID-1710 Remove 4K image from nightly dataset
Change-Id: I4ec5f516acd8095ed63c5dbe3744023d827909fe Signed-off-by: Michalis Spyrou <michalis.spyrou@arm.com> Reviewed-on: https://review.mlplatform.org/686 Reviewed-by: Isabella Gottardi <isabella.gottardi@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'tests/datasets')
-rw-r--r--tests/datasets/ImageFileDatasets.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/datasets/ImageFileDatasets.h b/tests/datasets/ImageFileDatasets.h
index 55748d5638..2494f24a51 100644
--- a/tests/datasets/ImageFileDatasets.h
+++ b/tests/datasets/ImageFileDatasets.h
@@ -109,7 +109,6 @@ public:
{
add_image_file("1280x720.ppm");
add_image_file("1920x1080.ppm");
- add_image_file("4160x3120.ppm");
}
};