From 71131b4969813e037986b4fa91439e8b86059057 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Fri, 12 Nov 2021 19:12:17 +0100 Subject: Tests: disable audio system for performance tests --- tests/performance/api/environment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/performance/api/environment.py b/tests/performance/api/environment.py index 235a1805ba9..4db81524120 100644 --- a/tests/performance/api/environment.py +++ b/tests/performance/api/environment.py @@ -208,7 +208,7 @@ class TestEnvironment: def call_blender(self, args: List[str], foreground=False) -> List[str]: # Execute Blender command with arguments. - common_args = ['--factory-startup', '--enable-autoexec', '--python-exit-code', '1'] + common_args = ['--factory-startup', '-noaudio', '--enable-autoexec', '--python-exit-code', '1'] if foreground: common_args += ['--no-window-focus', '--window-geometry', '0', '0', '1024', '768'] else: -- cgit v1.2.3