From 1e2dbe57c37bf90fb83e25e668bbe8102938d2af Mon Sep 17 00:00:00 2001
From: Sebastien Robin <seb@nexedi.com>
Date: Fri, 6 May 2011 16:25:27 +0200
Subject: [PATCH] disable testAccounting_l10n_fr_m9

the bt erp5_accounting_l10n_fr_m9 is not inside the
repository and it is not used any more theses days
---
 tests/__init__.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/__init__.py b/tests/__init__.py
index 69422bc3e0..a9c804cea7 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -55,7 +55,8 @@ class ERP5(_ERP5):
         continue
       # skip some tests
       if test_case.startswith('testLive') or test_case.startswith('testVifib') \
-         or test_case in ('testPerformance', 'testSimulationPerformance'):
+         or test_case in ('testPerformance', 'testSimulationPerformance',
+                          'testAccounting_l10n_fr_m9'):
         continue
       test_list.append(test_case)
     return test_list
-- 
2.30.9