-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
APIM: Enable CRD Sample tests for APIM Product #3651
Comments
Extra information. We cannot enable the ProductPolicy and ProductApi samples test until the Product sample is enabled. If we enable the Product sample test then this is the output of the integration test
I think that the resource group is being deleted before apim; and because product is a child of the apim, it doesn't know that it's been deleted. Is there a way to force the delete order? I notice that in
|
PR #3552 enables ProductPolicy and ProductApi. However, the samples tests are commented out because they take a long time to provision APIM.
Describe the improvement
In
v2/internal/testcommon/samples_tester.go
there are some exclusions defined on L62 - we should capture recordings for these.Additional context
You will need to delete the recording and re-record after removing these exclusions.
The text was updated successfully, but these errors were encountered: