Skip to content

Commit

Permalink
skip TestS3Connect() until we fix the S3 regression
Browse files Browse the repository at this point in the history
  • Loading branch information
jkowalski committed Jul 29, 2022
1 parent 03da9b1 commit 7fbf863
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/robustness/snapmeta/kopia_persister_light_test.go
Expand Up @@ -131,6 +131,8 @@ func TestPersistence(t *testing.T) {
}

func TestS3Connect(t *testing.T) {
t.Skip("TODO - fix me")

repoPath, err := os.MkdirTemp("", "kopia-test-repo-")
assertNoError(t, err)

Expand Down

0 comments on commit 7fbf863

Please sign in to comment.