Jelajahi Sumber

Disable it all

Ask Solem 11 tahun lalu
induk
melakukan
afe120640f
1 mengubah file dengan 4 tambahan dan 0 penghapusan
  1. 4 0
      celery/tests/utils/test_datastructures.py

+ 4 - 0
celery/tests/utils/test_datastructures.py

@@ -169,6 +169,10 @@ class test_ExceptionInfo(Case):
 
 
 class test_LimitedSet(Case):
 class test_LimitedSet(Case):
 
 
+    def setup(self):
+        if sys.platform == 'win32':
+            raise SkipTest('Not working in Windows')
+
     def test_add(self):
     def test_add(self):
         if sys.platform == 'win32':
         if sys.platform == 'win32':
             raise SkipTest('Not working properly on Windows')
             raise SkipTest('Not working properly on Windows')