diff --git a/tests/__init__.py b/tests/__init__.py
index d140d219963c26a11a213c25d5030173a1849e4d..9401fe0b722f074adf6b6e08f33d09b08708cb55 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -57,6 +57,7 @@ class ERP5(_ERP5):
       if test_case.startswith('testLive') or test_case.startswith('testVifib') \
          or test_case in ('testPerformance', 'testSimulationPerformance',
                           'testDmsWithFlare', # XXX(Seb), put it back ASAP
+                          'testERP5eGov', # it is not maintained any more
                           'testAccounting_l10n_fr_m9'):
         continue
       test_list.append(test_case)