From 96e9bd970dee906986e62ec591fbc80118d5715f Mon Sep 17 00:00:00 2001 From: Maxim Katcharov Date: Mon, 2 Dec 2024 15:24:11 -0700 Subject: [PATCH] Remove parenthetical number from test name --- .../functional/com/mongodb/client/unified/UnifiedTest.java | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/driver-sync/src/test/functional/com/mongodb/client/unified/UnifiedTest.java b/driver-sync/src/test/functional/com/mongodb/client/unified/UnifiedTest.java index 194cbd73a2..e4a27a366e 100644 --- a/driver-sync/src/test/functional/com/mongodb/client/unified/UnifiedTest.java +++ b/driver-sync/src/test/functional/com/mongodb/client/unified/UnifiedTest.java @@ -185,11 +185,7 @@ protected static Collection getTestData(final String directory, final } for (int attempt = 1; attempt <= attempts; attempt++) { - String testName = !retry - ? MessageFormat.format("{0}: {1}", fileDescription, testDescription) - : MessageFormat.format( - "{0}: {1} ({2} of {3})", - fileDescription, testDescription, attempt, attempts); + String testName = MessageFormat.format("{0}: {1}", fileDescription, testDescription); data.add(Arguments.of( testName, fileDescription,