Skip to content

Commit

Permalink
fix: enable gimp tests
Browse files Browse the repository at this point in the history
gimp tests have been disabled in January 2021 by commit
a5d6c25 but they seem to work perfectly
fine nowadays (at least on Linux)

Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>
  • Loading branch information
ffontaine committed Aug 11, 2023
1 parent 8f10390 commit d467f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down

0 comments on commit d467f33

Please sign in to comment.