@@ -1012,7 +1012,7 @@ var _ = Describe("RediSearch commands Resp 2", Label("search"), func() {
1012
1012
1013
1013
})
1014
1014
1015
- It ("should FTConfigGet return multiple fields" , Label ("search" ), func () {
1015
+ It ("should FTConfigGet return multiple fields" , Label ("search" , "NonRedisEnterprise" ), func () {
1016
1016
res , err := client .FTConfigSet (ctx , "DEFAULT_DIALECT" , "1" ).Result ()
1017
1017
Expect (err ).NotTo (HaveOccurred ())
1018
1018
Expect (res ).To (BeEquivalentTo ("OK" ))
@@ -1486,7 +1486,7 @@ func _assert_geosearch_result(result *redis.FTSearchResult, expectedDocIDs []str
1486
1486
// Expect(results0["extra_attributes"].(map[interface{}]interface{})["__v_score"]).To(BeEquivalentTo("0"))
1487
1487
// })
1488
1488
1489
- var _ = Describe ("RediSearch FT.Config with Resp2 and Resp3" , Label ("search" ), func () {
1489
+ var _ = Describe ("RediSearch FT.Config with Resp2 and Resp3" , Label ("search" , "NonRedisEnterprise" ), func () {
1490
1490
1491
1491
var clientResp2 * redis.Client
1492
1492
var clientResp3 * redis.Client
@@ -1515,7 +1515,7 @@ var _ = Describe("RediSearch FT.Config with Resp2 and Resp3", Label("search"), f
1515
1515
Expect (res3 ).To (BeEquivalentTo (map [string ]interface {}{"TIMEOUT" : "100" }))
1516
1516
})
1517
1517
1518
- It ("should FTConfigGet all resp2 and resp3" , Label ("search" ), func () {
1518
+ It ("should FTConfigGet all resp2 and resp3" , Label ("search" , "NonRedisEnterprise" ), func () {
1519
1519
res2 , err := clientResp2 .FTConfigGet (ctx , "*" ).Result ()
1520
1520
Expect (err ).NotTo (HaveOccurred ())
1521
1521
0 commit comments