diff options
Diffstat (limited to 'test/requirements.py')
-rw-r--r-- | test/requirements.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/requirements.py b/test/requirements.py index e8705d145..bf9b8f526 100644 --- a/test/requirements.py +++ b/test/requirements.py @@ -367,16 +367,6 @@ class DefaultRequirements(SuiteRequirements): ]) @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.""" |