Skip to content

Commit b9b5d29

Browse files
ThealisyedAli Syed
authored andcommitted
OCPBUGS-57320: Skip TestAWSLBControllerWIthWAFRegional (#160)
(WAF Classic) test TestAWSLoadBalancerControllerWithWAFRegional was permafailing with the following message on the attempt to create aws waf regional acl: WAFBadRequestException: AWS WAF Classic (v1) support will end on September 30, 2025. Effective May 1st, 2025, the creation of new WebACL v1 is no longer permitted. This PR introduces a skip for TestAWSLoadBalancerControllerWithWAFRegional until we deprecate WAF Classic addon in ALBO API Co-authored-by: Ali Syed <alsyed@alsyed-thinkpadp16vgen1.wtrfrdii.csb>
1 parent 0e8774a commit b9b5d29

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/e2e/operator_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -723,6 +723,7 @@ func TestAWSLoadBalancerControllerWithWAFv2(t *testing.T) {
723723
}
724724

725725
func TestAWSLoadBalancerControllerWithWAFRegional(t *testing.T) {
726+
t.Skip("Skipping this test for now as creation of WAF Classic ACLs is deprecated (OCPBUGS-57320)")
726727
t.Log("Getting WAFRegional WebACL")
727728
var webACLID string
728729
if !stsModeRequested() {

0 commit comments

Comments
 (0)