From 6e679056b52abc9f48f0cfc9129b2bd708515b69 Mon Sep 17 00:00:00 2001 From: Skye Deving <76892045+skyedeving@users.noreply.github.com> Date: Thu, 7 Jan 2021 03:39:02 -0600 Subject: [PATCH] Add tag for not running test in ci --- test/test_apng.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_apng.cpp b/test/test_apng.cpp index c15bebb..fdfb8dd 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";