Commit 4b02cadb authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 75fc3420
...@@ -34,8 +34,8 @@ class SSLMixin: ...@@ -34,8 +34,8 @@ class SSLMixin:
class SSLTests(SSLMixin, test.Test): class SSLTests(SSLMixin, test.Test):
# exclude expected failures # exclude expected failures
testStorageDataLock2 = None # XXX why this fails? testStorageDataLock2 = None
testUndoConflictDuringStore = None # XXX why this fails? testUndoConflictDuringStore = None
def testAbortConnection(self, after_handshake=1): def testAbortConnection(self, after_handshake=1):
with self.getLoopbackConnection() as conn: with self.getLoopbackConnection() as conn:
...@@ -72,7 +72,7 @@ class SSLTests(SSLMixin, test.Test): ...@@ -72,7 +72,7 @@ class SSLTests(SSLMixin, test.Test):
class SSLReplicationTests(SSLMixin, testReplication.ReplicationTests): class SSLReplicationTests(SSLMixin, testReplication.ReplicationTests):
# do not repeat slowest tests with SSL # do not repeat slowest tests with SSL
testBackupNodeLost = testBackupNormalCase = None # TODO recheck testBackupNodeLost = testBackupNormalCase = None
if __name__ == "__main__": if __name__ == "__main__":
......
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