Skip to content

Commit d7cc1ba

Browse files
Changes requested in PR
1 parent 7d2252f commit d7cc1ba

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

spec/api/api.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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':

tests/QE/test_peer_to_peer_topology.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)