diff --git a/tests/regressiontests/templates/tests.py b/tests/regressiontests/templates/tests.py index 6b02c83cb86ee..d3defb81832c4 100644 --- a/tests/regressiontests/templates/tests.py +++ b/tests/regressiontests/templates/tests.py @@ -1766,6 +1766,8 @@ def test_include_only(self): ) +@unittest.skipIf(' ' in __file__, + "The {%% ssi %%} tag in Django 1.4 doesn't support spaces in path.") class SSITests(unittest.TestCase): def setUp(self): self.this_dir = os.path.dirname(os.path.abspath(__file__))