diff options
author | intrigeri <intrigeri@boum.org> | 2019-01-25 19:41:53 +0000 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2019-01-25 19:41:53 +0000 |
commit | 3c1f05b30ddc7b0a2b28b97b519d11c43072fc6a (patch) | |
tree | 0ddd33a6b27616456fc5b41f013fcca2e8f3133c | |
parent | fd82498abd1edf7d67bfcde035abe72152a96fb6 (diff) |
Test suite: remove now unused snapshot (refs: #14596)
Commit caad88e0ef073bb56760a272bd38417ee7f35ec0 removed the only user
of this short-lived snapshot.
-rw-r--r-- | features/step_definitions/snapshots.rb | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/features/step_definitions/snapshots.rb b/features/step_definitions/snapshots.rb index 83a6e96..0b4272f 100644 --- a/features/step_definitions/snapshots.rb +++ b/features/step_definitions/snapshots.rb @@ -114,19 +114,6 @@ def checkpoints ], }, - 'usb-install-with-persistence-logged-in-with-administration-password' => { - :description => "I have started Tails without network from a USB drive with a persistent partition enabled and logged in with an administration password", - :parent_checkpoint => 'usb-install-with-persistence-tails-greeter', - :steps => [ - 'I enable persistence', - 'I set an administration password', - 'I log in to a new session', - 'all persistence presets are enabled', - 'all persistent filesystems have safe access rights', - 'all persistence configuration files have safe access rights', - 'all persistent directories have safe access rights', - ], - }, } end |