aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichalis Spyrou <michalis.spyrou@arm.com>2019-02-14 11:08:09 +0000
committerIsabella Gottardi <isabella.gottardi@arm.com>2019-02-14 14:04:14 +0000
commit7b060cc873701c72c76d27083b8ec47baf1d5a1f (patch)
tree67ac5afe345c663d65f81f8b8a473ddc9c54bd87
parent18b739eda53578c37cb1fb129b4cfa2ba04e6268 (diff)
downloadComputeLibrary-7b060cc873701c72c76d27083b8ec47baf1d5a1f.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>
-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");
}
};