Commit b1ea96c0 authored by Julien Muchembled's avatar Julien Muchembled

Update list of excluded tests in testSSL

parent 9cca0f8e
...@@ -33,7 +33,8 @@ class SSLMixin: ...@@ -33,7 +33,8 @@ class SSLMixin:
class SSLTests(SSLMixin, test.Test): class SSLTests(SSLMixin, test.Test):
# exclude expected failures # exclude expected failures
testDeadlockAvoidance = testStorageFailureDuringTpcFinish = None testDeadlockAvoidance = None
testUndoConflict = testUndoConflictDuringStore = None
def testAbortConnection(self): def testAbortConnection(self):
for after_handshake in 1, 0: for after_handshake in 1, 0:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment