diff --git a/ext_tests.py b/ext_tests.py index ade3cbf..0b6caa6 100755 --- a/ext_tests.py +++ b/ext_tests.py @@ -50,6 +50,10 @@ class TestCaseTemplate(unittest.TestCase): # incomplete return + if test.get('disabled', False): + # test is disabled + return + if 'error' in test: self.assertRaises( (jsonpatch.JsonPatchException, jsonpatch.JsonPointerException),