diff --git a/tests/test_svg.py b/tests/test_svg.py index 2962edfc..c473713c 100644 --- a/tests/test_svg.py +++ b/tests/test_svg.py @@ -24,7 +24,9 @@ class TestSVG: # Ignore multistep generators and generators which require input. notTestGenerators = ('GridfinityTrayLayout', 'TrayLayout', 'TrayLayoutFile', 'TypeTray', 'Edges',) - brokenGenerators = ('Console',) + brokenGenerators = ( + 'Console', # Generated svg is different on windows and linux. + ) avoidGenerator = notTestGenerators + brokenGenerators def test_generators_available(self) -> None: