Skip to content

Commit

Permalink
Skip test under integration (#6506)
Browse files Browse the repository at this point in the history
  • Loading branch information
torcolvin authored Oct 9, 2023
1 parent f0aff4e commit 9cc10c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rest/adminapitest/admin_api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,9 @@ func TestGetStatus(t *testing.T) {

func TestFlush(t *testing.T) {

if !base.UnitTestUrlIsWalrus() {
t.Skip("sgbucket.DeleteableBucket inteface only supported by Walrus")
}
rt := rest.NewRestTester(t, nil)
defer rt.Close()

Expand Down

0 comments on commit 9cc10c8

Please sign in to comment.