summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/requirements.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/requirements.py b/test/requirements.py
index 3a2fcf03b..58395e70c 100644
--- a/test/requirements.py
+++ b/test/requirements.py
@@ -436,8 +436,9 @@ class DefaultRequirements(SuiteRequirements):
no_support('postgresql+zxjdbc',
'FIXME: JDBC driver confuses the transaction state, may '
'need separate XA implementation'),
- exclude('mysql', '<', (5, 0, 3),
- 'two-phase xact not supported by database'),
+ no_support('mysql',
+ 'recent MySQL communiity editions have too many issues '
+ '(late 2016), disabling for now'),
])
@property