From 93d8eb476a08b15310c70bf0cf99804eaf70306b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 17:13:35 +0000 Subject: [PATCH 1/2] build(deps): bump testing/resources/specifications Bumps [testing/resources/specifications](https://github.com/mongodb/specifications) from `92b3c0b` to `529a2dd`. - [Release notes](https://github.com/mongodb/specifications/releases) - [Commits](https://github.com/mongodb/specifications/compare/92b3c0b9287bfba1b0ec4084300858d05c654f8c...529a2dd14a4fc0e94bb9adca686bbcbdfd15f713) --- updated-dependencies: - dependency-name: testing/resources/specifications dependency-version: 529a2dd14a4fc0e94bb9adca686bbcbdfd15f713 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- testing/resources/specifications | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/resources/specifications b/testing/resources/specifications index 92b3c0b928..529a2dd14a 160000 --- a/testing/resources/specifications +++ b/testing/resources/specifications @@ -1 +1 @@ -Subproject commit 92b3c0b9287bfba1b0ec4084300858d05c654f8c +Subproject commit 529a2dd14a4fc0e94bb9adca686bbcbdfd15f713 From 5904710531d5c10394b9d1f1ad5b4ec44d382b5e Mon Sep 17 00:00:00 2001 From: Andre Masella Date: Thu, 17 Sep 2026 16:03:06 -0400 Subject: [PATCH 2/2] suppress-srv --- .../client/unified/UnifiedTestModifications.java | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/driver-sync/src/test/functional/com/mongodb/client/unified/UnifiedTestModifications.java b/driver-sync/src/test/functional/com/mongodb/client/unified/UnifiedTestModifications.java index 6a267ed3c2..e29d9af3c3 100644 --- a/driver-sync/src/test/functional/com/mongodb/client/unified/UnifiedTestModifications.java +++ b/driver-sync/src/test/functional/com/mongodb/client/unified/UnifiedTestModifications.java @@ -631,6 +631,22 @@ public static void applyCustomizations(final TestDef def) { def.skipJira("https://jira.mongodb.org/browse/JAVA-5672") .file("unified-test-format/tests/valid-fail", "operator-matchAsDocument"); + + def.skipJira("https://jira.mongodb.org/browse/JAVA-6235") + .file("initial-dns-seedlist-discovery/tests/replica-set", "srvAllowedHostsSuffix-case-insensitive") + .file("initial-dns-seedlist-discovery/tests/replica-set", "srvAllowedHostsSuffix-mismatch") + .file("initial-dns-seedlist-discovery/tests/replica-set", "srvAllowedHostsSuffix-period-only") + .file("initial-dns-seedlist-discovery/tests/replica-set", "srvAllowedHostsSuffix-psl-not-public-suffix") + .file( + "initial-dns-seedlist-discovery/tests/replica-set", + "srvAllowedHostsSuffix-psl-public-suffix-capitalized") + .file("initial-dns-seedlist-discovery/tests/replica-set", "srvAllowedHostsSuffix-psl-public-suffix") + .file("initial-dns-seedlist-discovery/tests/replica-set", "srvAllowedHostsSuffix-tld-only") + .file("initial-dns-seedlist-discovery/tests/replica-set", "srvAllowedHostsSuffix-trailing-dot") + .file("initial-dns-seedlist-discovery/tests/replica-set", "srvAllowedHostsSuffix-with_dot") + .file("initial-dns-seedlist-discovery/tests/replica-set", "srvAllowedHostsSuffix-without_dot_fail") + .file("initial-dns-seedlist-discovery/tests/replica-set", "srvAllowedHostsSuffix-without_dot_pass") + .file("uri-options/tests", "srv-options"); } /**