Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/python')
-rw-r--r--tests/python/bl_run_operators.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/python/bl_run_operators.py b/tests/python/bl_run_operators.py
index e14b0ce6d32..f7fafe833aa 100644
--- a/tests/python/bl_run_operators.py
+++ b/tests/python/bl_run_operators.py
@@ -66,6 +66,7 @@ op_blacklist = (
"wm.doc_edit",
"wm.doc_view_manual",
"wm.path_open",
+ "wm.copy_prev_settings",
"wm.theme_install",
"wm.context_*",
"wm.properties_add",