diff options
Diffstat (limited to 'tests/test_replication.py')
-rw-r--r-- | tests/test_replication.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test_replication.py b/tests/test_replication.py index ca99038..2ccd4c7 100644 --- a/tests/test_replication.py +++ b/tests/test_replication.py @@ -35,11 +35,7 @@ from testutils import ConnectingTestCase class ReplicationTestCase(ConnectingTestCase): def setUp(self): - if not testconfig.repl_dsn: - self.skipTest("replication tests disabled by default") - super(ReplicationTestCase, self).setUp() - self.slot = testconfig.repl_slot self._slots = [] |