mirror of
https://github.com/gofiber/storage.git
synced 2025-10-20 07:24:41 +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",
|
||||
|
@@ -278,7 +278,8 @@ func Test_Rueidis_With_TLS_URL(t *testing.T) {
|
||||
}
|
||||
|
||||
func Test_Rueidis_Cluster(t *testing.T) {
|
||||
// TODO: Replace with containerized cluster when testcontainers-go Rueidis module supports clustering
|
||||
t.Skip("TODO: Replace with containerized cluster when testcontainers-go Redis module supports clustering")
|
||||
|
||||
store := New(Config{
|
||||
InitAddress: []string{
|
||||
"localhost:7000",
|
||||
|
@@ -302,7 +302,7 @@ func Test_Valkey_With_TLS_URL(t *testing.T) {
|
||||
|
||||
func Test_Valkey_Cluster(t *testing.T) {
|
||||
t.Skip("TODO: Replace with containerized cluster when testcontainers-go Valkey module supports clustering")
|
||||
// TODO: Replace with containerized cluster when testcontainers-go Valkey module supports clustering
|
||||
|
||||
store := New(Config{
|
||||
InitAddress: []string{
|
||||
"localhost:7000",
|
||||
|
Reference in New Issue
Block a user