Skip to content

Commit 5ba9d13

Browse files
committed
Remove timage.svg test from stressSgraphics
Now SVG includes stored images, which are big and vary on different platforms
1 parent a8d19c8 commit 5ba9d13

File tree

2 files changed

+3
-29
lines changed

2 files changed

+3
-29
lines changed

test/stressGraphics.cxx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3681,7 +3681,9 @@ void timage()
36813681
img->Draw();
36823682
C->cd();
36833683

3684-
TestReport(C, "timage", "TImage");
3684+
// exclude SVG testing while image stored as PNG which is depends on used library version
3685+
// without compression file will be huge
3686+
TestReport(C, "timage", "TImage", "", kSkipSvgTest);
36853687
}
36863688

36873689

test/svg_ref/timage.svg

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)