diff --git a/tests.py b/tests.py index 9fccab36b..40098610f 100644 --- a/tests.py +++ b/tests.py @@ -3960,8 +3960,6 @@ def _testUserAgentDomain() -> None: def runAllTests(): print('Running tests...') - _testFunctions() - return updateDefaultThemesList(os.getcwd()) _testFunctions() _testUserAgentDomain()