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 5f461fa commit 319a1f4Copy full SHA for 319a1f4
src/MongoDB.Driver.Core.Tests/Specifications/connection-string/TestRunner.cs
@@ -159,7 +159,7 @@ public static IEnumerable<ITestCaseData> GetTestCases()
159
var testName = fullName.Remove(fullName.Length - 5) + ": " + test["description"];
160
if (_ignoredTestNames.Contains(testName))
161
{
162
- data = data.Ignore();
+ data = data.Ignore("Does not apply");
163
}
164
list.Add(data.SetName(testName));
165
0 commit comments