From d467f335f5e2fcb255cecf64eaa580ce014a3d80 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Fri, 11 Aug 2023 10:55:57 +0200 Subject: [PATCH] fix: enable gimp tests gimp tests have been disabled in January 2021 by commit a5d6c25fdf59fedab2da63336328968ef3ada165 but they seem to work perfectly fine nowadays (at least on Linux) Signed-off-by: Fabrice Fontaine --- test/test_scanner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_scanner.py b/test/test_scanner.py index 4f43fe4b5c..ab325ecfac 100644 --- a/test/test_scanner.py +++ b/test/test_scanner.py @@ -49,7 +49,7 @@ for i in prod_list: all_the_tests.append(i) -DISABLED_TESTS_ACTIONS: list[str] = ["gimp", "ceph"] +DISABLED_TESTS_ACTIONS: list[str] = ["ceph"] DISABLED_TESTS_LOCAL: list[str] = [] DISABLED_TESTS_WINDOWS: list[str] = ["libsrtp", "p7zip"]