diff options
| author | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-07 03:39:02 -0600 |
|---|---|---|
| committer | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-28 11:05:42 -0600 |
| commit | 6e679056b52abc9f48f0cfc9129b2bd708515b69 (patch) | |
| tree | c38c033f9fae67e05f924a7efc4a696c66a65051 /test/test_apng.cpp | |
| parent | ed7863f2fce7c629ee79ab13df302acbf8ac0a3a (diff) | |
Add tag for not running test in ci
Diffstat (limited to 'test/test_apng.cpp')
| -rw-r--r-- | test/test_apng.cpp | 2 |
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"; |
