Add tag for not running test in ci
This commit is contained in:
		
							parent
							
								
									ed7863f2fc
								
							
						
					
					
						commit
						6e679056b5
					
				@ -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";
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user