aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSkye Deving <76892045+skyedeving@users.noreply.github.com>2021-01-07 03:39:02 -0600
committerSkye Deving <76892045+skyedeving@users.noreply.github.com>2021-01-28 11:05:42 -0600
commit6e679056b52abc9f48f0cfc9129b2bd708515b69 (patch)
treec38c033f9fae67e05f924a7efc4a696c66a65051 /test
parented7863f2fce7c629ee79ab13df302acbf8ac0a3a (diff)
Add tag for not running test in ci
Diffstat (limited to 'test')
-rw-r--r--test/test_apng.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_apng.cpp b/test/test_apng.cpp
index c15bebb0..fdfb8ddb 100644
--- a/test/test_apng.cpp
+++ b/test/test_apng.cpp
@@ -19,7 +19,7 @@ TEST_CASE("Support APNG Plugin", "[apng]") {
REQUIRE(QImageReader::supportedImageFormats().contains("apng"));
}
-TEST_CASE("Detect png animation", "[apng]") {
+TEST_CASE("Detect png animation", "[apng][noci]") {
// Required for QPixmap methods
int argc = 1;
char bin[] = "test";