diff options
Diffstat (limited to 'test/requirements.py')
| -rw-r--r-- | test/requirements.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/test/requirements.py b/test/requirements.py index 927c94bfb..46c19389a 100644 --- a/test/requirements.py +++ b/test/requirements.py @@ -363,20 +363,9 @@ class DefaultRequirements(SuiteRequirements): 'need separate XA implementation'), exclude('mysql', '<', (5, 0, 3), 'two-phase xact not supported by database'), - no_support("postgresql+pg8000", "not supported and/or hangs") ]) @property - def graceful_disconnects(self): - """Target driver must raise a DBAPI-level exception, such as - InterfaceError, when the underlying connection has been closed - and the execute() method is called. - """ - return fails_on( - "postgresql+pg8000", "Driver crashes" - ) - - @property def views(self): """Target database must support VIEWs.""" |
