Skip to content

Commit f2886e6

Browse files
committed
fix: disable other db test for quick test
1 parent 6b57bce commit f2886e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

server/test/resolvers_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ import (
1313

1414
func TestResolvers(t *testing.T) {
1515
databases := map[string]string{
16-
// constants.DbTypeSqlite: "../../data.db",
16+
constants.DbTypeSqlite: "../../data.db",
1717
// constants.DbTypeArangodb: "http://localhost:8529",
18-
// constants.DbTypeMongodb: "mongodb://localhost:27017",
19-
constants.DbTypeScyllaDB: "127.0.0.1:9042",
18+
// constants.DbTypeMongodb: "mongodb://localhost:27017",
19+
// constants.DbTypeScyllaDB: "127.0.0.1:9042",
2020
}
2121

2222
testDb := "authorizer_test"

0 commit comments

Comments
 (0)