diff --git a/maintnotifications/e2e/scenario_endpoint_types_test.go b/maintnotifications/e2e/scenario_endpoint_types_test.go index 90115ecbd1..af56808629 100644 --- a/maintnotifications/e2e/scenario_endpoint_types_test.go +++ b/maintnotifications/e2e/scenario_endpoint_types_test.go @@ -317,7 +317,7 @@ func TestEndpointTypesPushNotifications(t *testing.T) { p("Bind action completed for %s: %s %s", endpointTest.name, bindStatus.Status, actionOutputIfFailed(bindStatus)) // Continue traffic for analysis - time.Sleep(30 * time.Second) + time.Sleep(60 * time.Second) commandsRunner.Stop() // Analyze results for this endpoint type diff --git a/maintnotifications/e2e/scenario_tls_configs_test.go b/maintnotifications/e2e/scenario_tls_configs_test.go index 673fcacc30..eb571a9abe 100644 --- a/maintnotifications/e2e/scenario_tls_configs_test.go +++ b/maintnotifications/e2e/scenario_tls_configs_test.go @@ -13,9 +13,9 @@ import ( "github.com/redis/go-redis/v9/maintnotifications" ) -// TODO ADD TLS CONFIGS // TestTLSConfigurationsPushNotifications tests push notifications with different TLS configurations -func ТestTLSConfigurationsPushNotifications(t *testing.T) { +func TestTLSConfigurationsPushNotifications(t *testing.T) { + t.Skip("Test disabled due to tls environment missing in test environment") if os.Getenv("E2E_SCENARIO_TESTS") != "true" { t.Skip("Scenario tests require E2E_SCENARIO_TESTS=true") }