2023-07-31 22:09:36 -05:00
|
|
|
diff --git a/cmd/restic/cmd_restore_integration_test.go b/cmd/restic/cmd_restore_integration_test.go
|
|
|
|
index 2c7cbe1fb..f25f13754 100644
|
|
|
|
--- a/cmd/restic/cmd_restore_integration_test.go
|
|
|
|
+++ b/cmd/restic/cmd_restore_integration_test.go
|
|
|
|
@@ -200,6 +200,7 @@ func TestRestoreLatest(t *testing.T) {
|
2023-03-13 09:01:16 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
func TestRestoreWithPermissionFailure(t *testing.T) {
|
|
|
|
+ t.Skip("Skipping testing restore with permission failure")
|
|
|
|
env, cleanup := withTestEnvironment(t)
|
|
|
|
defer cleanup()
|