Browse Source

:octocat:

codemasher 5 years ago
parent
commit
35173da483
1 changed files with 5 additions and 0 deletions
  1. 5 0
      tests/Output/QROutputTestAbstract.php

+ 5 - 0
tests/Output/QROutputTestAbstract.php

@@ -115,6 +115,11 @@ abstract class QROutputTestAbstract extends TestCase{
 	 * @dataProvider types
 	 */
 	public function testRenderImage(string $type):void{
+
+		if($type === QRCode::OUTPUT_IMAGE_JPG){
+			$this::markAsRisky();
+		}
+
 		$this->options->outputType = $type;
 
 		$this::assertSame(