bhouse-nexthop commented on code in PR #287:
URL:
https://github.com/apache/cloudstack-terraform-provider/pull/287#discussion_r2930988619
##########
cloudstack/resource_cloudstack_loadbalancer_rule_test.go:
##########
@@ -54,6 +54,15 @@ func TestAccCloudStackLoadBalancerRule_basic(t *testing.T) {
}
func TestAccCloudStackLoadBalancerRule_update(t *testing.T) {
+ // Skip this test on CloudStack 4.22.0.0 due to a known simulator bug
+ // that causes "530 Internal Server Error" when updating load balancer
rules.
+ // This bug does not exist in 4.20.1.0, 4.22.1.0+, or 4.23.0.0+.
+ // See: https://github.com/apache/cloudstack/issues/XXXXX (if
applicable)
Review Comment:
done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]