aws-application-networking-k8s icon indicating copy to clipboard operation
aws-application-networking-k8s copied to clipboard

Re-enable Access Log Subscription Tests

Open rlymbur opened this issue 7 months ago • 0 comments

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

  1. Cause of access log subscription test failures is addressed
  2. Access log subscription failures are re-enabled and no longer skipped
  3. make e2e-test passes for all test cases

rlymbur avatar May 07 '25 22:05 rlymbur