From 70886cfe1bc5adddc7825f71c60411860316af2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 00:29:24 +0000 Subject: [PATCH 1/2] Bump testdata/specifications from `4a46628` to `909b4d6` Bumps [testdata/specifications](https://github.com/mongodb/specifications) from `4a46628` to `909b4d6`. - [Release notes](https://github.com/mongodb/specifications/releases) - [Commits](https://github.com/mongodb/specifications/compare/4a46628a9efbc68d58134341b69be7ac1f5fada5...909b4d6ddbefc3e2ecbf6e75002ae695f4860bc4) --- updated-dependencies: - dependency-name: testdata/specifications dependency-version: 909b4d6ddbefc3e2ecbf6e75002ae695f4860bc4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- testdata/specifications | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testdata/specifications b/testdata/specifications index 4a46628a9e..909b4d6ddb 160000 --- a/testdata/specifications +++ b/testdata/specifications @@ -1 +1 @@ -Subproject commit 4a46628a9efbc68d58134341b69be7ac1f5fada5 +Subproject commit 909b4d6ddbefc3e2ecbf6e75002ae695f4860bc4 From 41d199be0842fd51686defe3028fbc810a1a1fab Mon Sep 17 00:00:00 2001 From: Qingyang Hu Date: Mon, 17 Nov 2025 10:16:13 -0500 Subject: [PATCH 2/2] skip failed test --- internal/spectest/skip.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/internal/spectest/skip.go b/internal/spectest/skip.go index 189b38b447..25149749f4 100644 --- a/internal/spectest/skip.go +++ b/internal/spectest/skip.go @@ -45,6 +45,11 @@ var skipTests = map[string][]string{ "TestAuthSpec/connection-string.json/must_raise_an_error_when_the_hostname_canonicalization_is_invalid", }, + // TODO(GODRIVER-3614): Remove support for specifying MONGODB-AWS authentication properties explicitly + "Should throw an exception if username provided (MONGODB-AWS) (GODRIVER-3614)": { + "TestAuthSpec/connection-string.json/should_throw_an_exception_if_username_and_password_provided_(MONGODB-AWS)", + }, + // TODO(GODRIVER-2183): Implementation of Socks5 Proxy Support is pending. "Requires Socks5 Proxy Support (GODRIVER-2183)": { "TestURIOptionsSpec/proxy-options.json/proxyPort_without_proxyHost",