Tests: exclude extension operators from "run operators" utility

Don't install/manipulate extensions as part of this utility.
This commit is contained in:
Campbell Barton
2024-11-06 10:49:49 +11:00
parent 9a4e3fb163
commit 3e6659ddff

View File

@@ -86,6 +86,9 @@ op_blacklist = (
"render.cycles_viewport_sampling_preset_add",
"render.preset_add",
# Don't manipulate installed extensions.
"extensions.*",
# FIXME:
# Crashes with non-trivial fixes.
#