Blob Blame History Raw
The current upstream has not fixed an imperfect test that fails if there is any
load on the machine.  This renders Beaker unbuildable, so I'm turning it off for
now.

diff -r 251c42a5f849 tests/test_container.py
--- a/tests/test_container.py	Tue Jul 27 11:07:50 2010 -0700
+++ b/tests/test_container.py	Thu Aug 12 17:01:53 2010 -0700
@@ -109,8 +109,8 @@
 def test_memory_container_3():
     test_memory_container(expiretime=5, delay=2)
 
-def test_dbm_container_2():
-    test_dbm_container(expiretime=2)
+#def test_dbm_container_2():
+#    test_dbm_container(expiretime=2)
 
 def test_dbm_container_3():
     test_dbm_container(expiretime=5, delay=2)