From 5cad987cb97ccc0ba52979cbc5218683eb5828cf Mon Sep 17 00:00:00 2001 From: Emily Boudreaux Date: Mon, 24 Feb 2025 16:36:31 -0500 Subject: [PATCH] test(tests/config): turned off GLVis by default --- tests/testsConfig.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/testsConfig.yaml b/tests/testsConfig.yaml index efa4d1c..70fde8b 100644 --- a/tests/testsConfig.yaml +++ b/tests/testsConfig.yaml @@ -1,4 +1,5 @@ Probe: GLVis: + Visualization: false Host: "10.17.1.5" Port: 19916 \ No newline at end of file