aws-application-networking-k8s
aws-application-networking-k8s copied to clipboard
Re-enable Access Log Subscription Tests
Issue
#732 corrected some failing E2E tests, but also added changes to skip access log subscription tests entirely. These tests have historically been flakey decision was made to temporarily disable them to unblock new merges to main. This issue is to root cause these failures and re-enable these tests. Example:
...
It("creation produces an Access Log Subscription for the corresponding Service Network when the targetRef's Kind is Gateway", func() {
Skip("This test is unreliable.")
...
Acceptance Criteria
- Cause of access log subscription test failures is addressed
- Access log subscription failures are re-enabled and no longer skipped
make e2e-testpasses for all test cases