Skip to content

Commit

Permalink
Skip slow test
Browse files Browse the repository at this point in the history
  • Loading branch information
torcolvin committed Nov 17, 2023
1 parent 5539ee5 commit 5090510
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bucket_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ func TestExpiration(t *testing.T) {
}

func TestExpirationAfterClose(t *testing.T) {
t.Skip("Slow test useful for debugging issues with expiration")
bucket, err := OpenBucket(InMemoryURL, strings.ToLower(t.Name()), CreateNew)
ctx := testCtx(t)
defer func() {
Expand Down

0 comments on commit 5090510

Please sign in to comment.