aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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";