chore: skip cluster tests

This commit is contained in:
Manuel de la Peña
2025-05-23 12:30:26 +02:00
parent ba248c9967
commit 4c19cbad89
3 changed files with 5 additions and 3 deletions

View File

@@ -397,7 +397,8 @@ func Test_Redis_Universal_With_HostPort_And_URL(t *testing.T) {
}
func Test_Redis_Cluster(t *testing.T) {
// TODO: Replace with containerized cluster when testcontainers-go Redis module supports clustering
t.Skip("TODO: Replace with containerized cluster when testcontainers-go Redis module supports clustering")
testStoreUniversal := New(Config{
Addrs: []string{
"localhost:7000",