Skip to content

Commit 936cf2d

Browse files
test: disable TLS configurations test
Skip TLS configurations test due to missing TLS environment in test setup
1 parent 2b727dd commit 936cf2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maintnotifications/e2e/scenario_tls_configs_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ import (
1313
"github.com/redis/go-redis/v9/maintnotifications"
1414
)
1515

16-
// TODO ADD TLS CONFIGS
1716
// TestTLSConfigurationsPushNotifications tests push notifications with different TLS configurations
1817
func TestTLSConfigurationsPushNotifications(t *testing.T) {
18+
t.Skip("Test disabled due to tls environment missing in test environment")
1919
if os.Getenv("E2E_SCENARIO_TESTS") != "true" {
2020
t.Skip("Scenario tests require E2E_SCENARIO_TESTS=true")
2121
}

0 commit comments

Comments
 (0)