We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26fcabd commit 9ccd3c5Copy full SHA for 9ccd3c5
test/frameworks/run_stf/testsuite.py
@@ -322,6 +322,7 @@ def setUp( self ):
322
'org.lockss.id.initialV3PeerList': ';'.join( [ peer.getV3Identity() for peer in self.clients ] + self.offline_peers ),
323
'org.lockss.platform.v3.identity': client.getV3Identity(),
324
'org.lockss.dbManager.enabled': False,
325
+ 'org.lockss.cachedUrl.allowDelete': True,
326
'org.lockss.poll.v3.enableV3Poller': False,
327
'org.lockss.poll.v3.enableV3Voter': True,
328
'org.lockss.poll.v3.enableLocalPolls': 'true',
0 commit comments