honeycomb-refinery: fix redis test timeout

This commit is contained in:
jkachmar
2025-10-24 17:58:40 -04:00
parent 89cbceedc6
commit 114dae2060
@@ -1,11 +1,12 @@
From f2d2d869a4aa58430415d0969f5e80ece0142ad2 Mon Sep 17 00:00:00 2001
From ce22aed5afa89c9b591d865bdfcc84a739929a01 Mon Sep 17 00:00:00 2001
From: jkachmar <j@mercury.com>
Date: Thu, 23 Oct 2025 17:36:48 -0400
Date: Fri, 24 Oct 2025 17:56:22 -0400
Subject: [PATCH] disable tests that require redis
---
internal/peer/peers_test.go | 4 ++++
1 file changed, 4 insertions(+), 0 deletions(-)
pubsub/pubsub_test.go | 1 -
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/internal/peer/peers_test.go b/internal/peer/peers_test.go
index dae54067d8..b33ebc4979 100644
@@ -22,3 +23,15 @@ index dae54067d8..b33ebc4979 100644
c := &config.MockConfig{
GetPeerListenAddrVal: "0.0.0.0:8081",
PeerManagementType: "redis",
diff --git a/pubsub/pubsub_test.go b/pubsub/pubsub_test.go
index 4ad630ff96..dff6981926 100644
--- a/pubsub/pubsub_test.go
+++ b/pubsub/pubsub_test.go
@@ -17,7 +17,6 @@
)
var types = []string{
- "goredis",
"local",
}