This commit is contained in:
Will Assis
2026-01-14 19:31:21 -03:00
parent 8e2a780b84
commit 8eb13f1504
@@ -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,
},