We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70886cf commit 41d199bCopy full SHA for 41d199b
internal/spectest/skip.go
@@ -45,6 +45,11 @@ var skipTests = map[string][]string{
45
"TestAuthSpec/connection-string.json/must_raise_an_error_when_the_hostname_canonicalization_is_invalid",
46
},
47
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
+
53
// TODO(GODRIVER-2183): Implementation of Socks5 Proxy Support is pending.
54
"Requires Socks5 Proxy Support (GODRIVER-2183)": {
55
"TestURIOptionsSpec/proxy-options.json/proxyPort_without_proxyHost",
0 commit comments