summaryrefslogtreecommitdiff
path: root/unittests/pythontests.py
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/pythontests.py')
-rw-r--r--unittests/pythontests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/unittests/pythontests.py b/unittests/pythontests.py
index b8c19b2ce..afcfec378 100644
--- a/unittests/pythontests.py
+++ b/unittests/pythontests.py
@@ -88,7 +88,6 @@ python = pymod.find_installation('python3', required: true)
else:
self.assertEqual(count, 5)
- @xfail_if_jobname('msys2-clangx64ninja')
def test_bytecompile_multi(self):
if not shutil.which('python2') and not PythonModule._get_win_pythonpath('python2'):
raise self.skipTest('python2 not installed')