diff --git a/test/thread_safe_attributes_test.py b/test/thread_safe_attributes_test.py index 4f3d8fd..d15d856 100644 --- a/test/thread_safe_attributes_test.py +++ b/test/thread_safe_attributes_test.py @@ -582,6 +582,7 @@ def test_thread_safe_in_factory(): #@pytest.mark.isolated @pytest.mark.thread_safe_attributes def test_no_lock_access(): + '''requires visual inspection''' class GetLock1(ThreadSafeAttributes): _attributes = ['thread_safe_attr_1'] @@ -643,6 +644,7 @@ def thread_method_4(self): @pytest.mark.isolated @pytest.mark.thread_safe_attributes def test_lock_access(): + '''requires visual inspection''' class GetLock1(ThreadSafeAttributes): _attributes = ['thread_safe_attr_1']