Skip to content

Commit 9ccd3c5

Browse files
committed
Allow stf to delete files.
1 parent 26fcabd commit 9ccd3c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/frameworks/run_stf/testsuite.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ def setUp( self ):
322322
'org.lockss.id.initialV3PeerList': ';'.join( [ peer.getV3Identity() for peer in self.clients ] + self.offline_peers ),
323323
'org.lockss.platform.v3.identity': client.getV3Identity(),
324324
'org.lockss.dbManager.enabled': False,
325+
'org.lockss.cachedUrl.allowDelete': True,
325326
'org.lockss.poll.v3.enableV3Poller': False,
326327
'org.lockss.poll.v3.enableV3Voter': True,
327328
'org.lockss.poll.v3.enableLocalPolls': 'true',

0 commit comments

Comments
 (0)