File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -787,13 +787,12 @@ paths:
787787 type : array
788788 items :
789789 type : string
790- example : ' store.cloths'
790+ example : ' store.cloths'
791791 port :
792792 type : integer
793793 example : 12345
794794 disableTLS :
795795 type : boolean
796- example : false
797796 required : true
798797 responses :
799798 ' 200 ' :
Original file line number Diff line number Diff line change @@ -32,8 +32,6 @@ async def test_peer_to_peer_topology_mesh(
3232 "push" : ReplicatorType .PUSH ,
3333 }
3434 replicator_type = replicator_type_map [replicator_type ]
35- for ts in cblpytest .test_servers :
36- await self .skip_if_cbl_not (ts , ">= 2.8.0" )
3735
3836 self .mark_test_step (
3937 "Reset local database and load `empty` dataset on all devices"
@@ -157,8 +155,6 @@ async def test_peer_to_peer_topology_loop(
157155 "push" : ReplicatorType .PUSH ,
158156 }
159157 replicator_type = replicator_type_map [replicator_type ]
160- for ts in cblpytest .test_servers :
161- await self .skip_if_cbl_not (ts , ">= 2.8.0" )
162158
163159 self .mark_test_step (
164160 "Reset local database and load `empty` dataset on all devices"
You can’t perform that action at this time.
0 commit comments