generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 72
Closed
Labels
Description
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