From: Mark Hammond Date: Thu, 18 Sep 2008 02:47:35 +0000 (+0000) Subject: On Windows, temporarily disable the bsddb test referenced in bug 3892. X-Git-Tag: v2.6rc2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9f381ec50bb82cc441250c6eefd8355ea14187d7;p=python On Windows, temporarily disable the bsddb test referenced in bug 3892. We do yell to stderr and the bug is marked as a blocker. Reviewed by barry in #python-dev. --- diff --git a/Lib/bsddb/test/test_replication.py b/Lib/bsddb/test/test_replication.py index 79df974b85..25f03dbabe 100644 --- a/Lib/bsddb/test/test_replication.py +++ b/Lib/bsddb/test/test_replication.py @@ -119,7 +119,19 @@ class DBReplicationManager(unittest.TestCase): timeout = time.time()+10 while (time.time()> sys.stderr, \ + "XXX - windows bsddb replication fails on windows and is skipped" + print >> sys.stderr, "XXX - Please see issue #3892" + else: + self.assertTrue(time.time()