Skip to content

Commit

Permalink
Revert hacks
Browse files Browse the repository at this point in the history
  • Loading branch information
islamaliev committed Nov 14, 2024
1 parent 8c953d4 commit 983cd4f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tests/integration/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,15 +177,15 @@ func ExecuteTestCase(
}

var databases []DatabaseType
//if badgerInMemory {
//databases = append(databases, BadgerIMType)
//}
//if badgerFile {
databases = append(databases, BadgerFileType)
//}
//if inMemoryStore {
//databases = append(databases, DefraIMType)
//}
if badgerInMemory {
databases = append(databases, BadgerIMType)
}
if badgerFile {
databases = append(databases, BadgerFileType)
}
if inMemoryStore {
databases = append(databases, DefraIMType)
}

var kmsList []KMSType
if testCase.KMS.Activated {
Expand Down

0 comments on commit 983cd4f

Please sign in to comment.