Skip to content

Commit

Permalink
Allow stf to delete files.
Browse files Browse the repository at this point in the history
  • Loading branch information
tlipkis committed Nov 23, 2021
1 parent 26fcabd commit 9ccd3c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/frameworks/run_stf/testsuite.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ def setUp( self ):
'org.lockss.id.initialV3PeerList': ';'.join( [ peer.getV3Identity() for peer in self.clients ] + self.offline_peers ),
'org.lockss.platform.v3.identity': client.getV3Identity(),
'org.lockss.dbManager.enabled': False,
'org.lockss.cachedUrl.allowDelete': True,
'org.lockss.poll.v3.enableV3Poller': False,
'org.lockss.poll.v3.enableV3Voter': True,
'org.lockss.poll.v3.enableLocalPolls': 'true',
Expand Down

0 comments on commit 9ccd3c5

Please sign in to comment.