diff options
-rw-r--r-- | Lib/bsddb/test/test_env_close.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/bsddb/test/test_env_close.py b/Lib/bsddb/test/test_env_close.py index 87ad97f..0b46ee3 100644 --- a/Lib/bsddb/test/test_env_close.py +++ b/Lib/bsddb/test/test_env_close.py @@ -61,6 +61,8 @@ class DBEnvClosedEarlyCrash(unittest.TestCase): "DB close did not raise an exception about its "\ "DBEnv being trashed" + # XXX This may fail when using older versions of BerkeleyDB. + # E.g. 3.2.9 never raised the exception. assert 0, "dbenv did not raise an exception about its DB being open" |