Skip to content

Commit 41d199b

Browse files
committed
skip failed test
1 parent 70886cf commit 41d199b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
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",

0 commit comments

Comments
 (0)