Skip to content

Commit 319a1f4

Browse files
committed
workaround nunit bug.
1 parent 5f461fa commit 319a1f4

File tree

1 file changed

+1
-1
lines changed
  • src/MongoDB.Driver.Core.Tests/Specifications/connection-string

1 file changed

+1
-1
lines changed

src/MongoDB.Driver.Core.Tests/Specifications/connection-string/TestRunner.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ public static IEnumerable<ITestCaseData> GetTestCases()
159159
var testName = fullName.Remove(fullName.Length - 5) + ": " + test["description"];
160160
if (_ignoredTestNames.Contains(testName))
161161
{
162-
data = data.Ignore();
162+
data = data.Ignore("Does not apply");
163163
}
164164
list.Add(data.SetName(testName));
165165
}

0 commit comments

Comments
 (0)