We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b727dd commit 936cf2dCopy full SHA for 936cf2d
maintnotifications/e2e/scenario_tls_configs_test.go
@@ -13,9 +13,9 @@ import (
13
"github.com/redis/go-redis/v9/maintnotifications"
14
)
15
16
-// TODO ADD TLS CONFIGS
17
// TestTLSConfigurationsPushNotifications tests push notifications with different TLS configurations
18
func TestTLSConfigurationsPushNotifications(t *testing.T) {
+ t.Skip("Test disabled due to tls environment missing in test environment")
19
if os.Getenv("E2E_SCENARIO_TESTS") != "true" {
20
t.Skip("Scenario tests require E2E_SCENARIO_TESTS=true")
21
}
0 commit comments