From ae2d060e33c18f81e5f0b9993da2847ce37945ea Mon Sep 17 00:00:00 2001
From: Sebastien Robin <seb@nexedi.com>
Date: Sat, 12 Jan 2013 08:17:40 +0100
Subject: [PATCH] do not allow infinite restart of this test

---
 tests/__init__.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/__init__.py b/tests/__init__.py
index 4bffe75516..a5069a2f2c 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -45,7 +45,6 @@ class _ERP5(ERP5TypeTestSuite):
 
 
 class PERF(_ERP5):
-  allow_restart = True
 
   def getTestList(self):
     return [x for x in self._getAllTestList() if x.find('Performance')>0]
-- 
2.30.9