diff --git a/CHANGELOG.md b/CHANGELOG.md index 320ba697..88809020 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ ## Changes since v7.15.2 +- [#3442](https://github.com/oauth2-proxy/oauth2-proxy/pull/3442) fix: skip the invalid fd IPv6 bind test in DevContainer environments (@mateenali66) + # V7.15.2 ## Release Highlights diff --git a/pkg/proxyhttp/server_test.go b/pkg/proxyhttp/server_test.go index f6d12436..38347f73 100644 --- a/pkg/proxyhttp/server_test.go +++ b/pkg/proxyhttp/server_test.go @@ -394,6 +394,7 @@ var _ = Describe("Server", func() { expectHTTPListener: true, expectTLSListener: false, fdAddr: "[::1]:0", + ipv6: true, }), Entry("with an ipv6 valid http bind address", &newServerTableInput{ opts: Opts{