From 123aeedb08ee09b6b0af2aa55e993272edc5902b Mon Sep 17 00:00:00 2001 From: German Date: Tue, 10 Jan 2023 09:57:01 +0100 Subject: [PATCH] Skipping license check on launching MAPDL instance for test --- tests/conftest.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/conftest.py b/tests/conftest.py index 3dd4478ea8b..97e0aa48d1d 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -319,6 +319,8 @@ def mapdl(request, tmpdir_factory): override=True, run_location=run_path, cleanup_on_exit=cleanup, + license_server_check=False, + additional_switches="-smp", ) mapdl._show_matplotlib_figures = False # CI: don't show matplotlib figures