diff options
Diffstat (limited to 'test/test_util.py')
-rwxr-xr-x | test/test_util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_util.py b/test/test_util.py index 8501881a065..eb20531505e 100755 --- a/test/test_util.py +++ b/test/test_util.py @@ -10,7 +10,7 @@ class TestUtil (unittest.TestCase): """ Test framework utility tests """ @classmethod - def force_solo(cls): + def is_tagged_run_solo(cls): """ if the test case class is timing-sensitive - return true """ return False |