Add tag for not running test in ci

This commit is contained in:
Skye Deving 2021-01-07 03:39:02 -06:00
parent ed7863f2fc
commit 6e679056b5

View File

@ -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";