gloo
gloo copied to clipboard
e2e test: CSRF defined on listener only on listener [It] should succeed with allowed origin
Gloo Edge Version
1.12.x (beta)
Kubernetes Version
No response
Describe the bug
e2e test flake in CSRF module:
Step #10 - "test": Summarizing 1 Failure:
Step #10 - "test":
Step #10 - "test": [Fail] CSRF defined on listener only on listener [It] should succeed with allowed origin
Step #10 - "test": /workspace/gloo/test/e2e/csrf_test.go:215
Step #10 - "test":
Step #10 - "test": Ran 37 of 157 Specs in 157.814 seconds
Step #10 - "test": FAIL! -- 36 Passed | 1 Failed | 0 Pending | 120 Skipped
Step #10 - "test": --- FAIL: TestE2e (160.67s)
Step #10 - "test": FAIL
Step #10 - "test":
Step #10 - "test": Ginkgo ran 127 suites in 22m58.47111392s
Steps to reproduce the bug
Run CI tests on a PR.
Expected Behavior
It should pass deterministically
Additional Context
No response