Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion maintnotifications/e2e/scenario_endpoint_types_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions maintnotifications/e2e/scenario_tls_configs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
Expand Down
Loading