Skip to content

Commit

Permalink
OCPBUGS-43745: test/e2e/all_test: add Test_IdleConnectionTerminationP…
Browse files Browse the repository at this point in the history
…olicy
  • Loading branch information
frobware committed Jan 6, 2025
1 parent 9a86e26 commit e0d930d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/all_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ func TestAll(t *testing.T) {
t.Run("TestUnmanagedAWSLBSubnets", TestUnmanagedAWSLBSubnets)
t.Run("TestAWSEIPAllocationsForNLB", TestAWSEIPAllocationsForNLB)
t.Run("TestUnmanagedAWSEIPAllocations", TestUnmanagedAWSEIPAllocations)
t.Run("Test_IdleConnectionTerminationPolicy", Test_IdleConnectionTerminationPolicy)
})

t.Run("serial", func(t *testing.T) {
Expand Down

0 comments on commit e0d930d

Please sign in to comment.