diff --git a/pkg/storage/unified/testing/storage_backend_test.go b/pkg/storage/unified/testing/storage_backend_test.go index 56f492c64fa..aadbefd3b03 100644 --- a/pkg/storage/unified/testing/storage_backend_test.go +++ b/pkg/storage/unified/testing/storage_backend_test.go @@ -29,7 +29,7 @@ func TestBadgerKVStorageBackend(t *testing.T) { NSPrefix: "badgerkvstorage-test", SkipTests: map[string]bool{ // TODO: fix these tests and remove this skip - TestBlobSupport: true, + TestBlobSupport: true, // Badger does not support bulk import yet. TestGetResourceLastImportTime: true, },