From 8b1a1b1cca46569eafc3e06c7e0843260677b8bf Mon Sep 17 00:00:00 2001 From: James Mortensen Date: Wed, 20 Dec 2023 22:21:17 -0600 Subject: [PATCH] [deploy] fixed tests --- tests/test.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/test.py b/tests/test.py index 74e3c628c..c94df6a42 100644 --- a/tests/test.py +++ b/tests/test.py @@ -60,6 +60,10 @@ 'NodeFirefox': 'FirefoxTests', 'StandaloneFirefox': 'FirefoxTests', + # Chromium Images + 'NodeChromium': 'ChromeTests', + 'StandaloneChromium': 'ChromeTests', + # Chart Parallel Test 'ParallelAutoscaling': 'ParallelAutoscalingTests' }