Skip to content

Commit d19e200

Browse files
barkha06Copilot
andauthored
Update tests/QE/test_peer_to_peer.py to require minimum 3 testserver
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent aa18542 commit d19e200

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/QE/test_peer_to_peer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from cbltest.api.test_functions import compare_doc_results_p2p
1717

1818

19-
@pytest.mark.min_test_servers(2)
19+
@pytest.mark.min_test_servers(3)
2020
class TestPeerToPeer(CBLTestClass):
2121
def setup_method(self, method):
2222
super().setup_method(method)

0 commit comments

Comments
 (0)