Skip to content

Commit 5fad3f2

Browse files
Bump testdata/specifications from 4a46628 to 909b4d6 (#2234)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Qingyang Hu <103950869+qingyang-hu@users.noreply.github.com>
1 parent 88c1191 commit 5fad3f2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

internal/spectest/skip.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ var skipTests = map[string][]string{
4545
"TestAuthSpec/connection-string.json/must_raise_an_error_when_the_hostname_canonicalization_is_invalid",
4646
},
4747

48+
// TODO(GODRIVER-3614): Remove support for specifying MONGODB-AWS authentication properties explicitly
49+
"Should throw an exception if username provided (MONGODB-AWS) (GODRIVER-3614)": {
50+
"TestAuthSpec/connection-string.json/should_throw_an_exception_if_username_and_password_provided_(MONGODB-AWS)",
51+
},
52+
4853
// TODO(GODRIVER-2183): Implementation of Socks5 Proxy Support is pending.
4954
"Requires Socks5 Proxy Support (GODRIVER-2183)": {
5055
"TestURIOptionsSpec/proxy-options.json/proxyPort_without_proxyHost",

testdata/specifications

Submodule specifications updated 94 files

0 commit comments

Comments
 (0)