mirror of
https://github.com/gofiber/storage.git
synced 2025-10-17 22:21:37 +08:00
chore: skip cluster tests
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user