Skip to content

Commit 4a818b2

Browse files
committed
CSHARP-2444: Rename SkipTestException SkipException after rebasing.
1 parent 3b807e6 commit 4a818b2

File tree

1 file changed

+1
-1
lines changed
  • tests/MongoDB.Driver.Tests/Specifications/command-monitoring

1 file changed

+1
-1
lines changed

tests/MongoDB.Driver.Tests/Specifications/command-monitoring/TestRunner.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public void RunTestDefinition(IEnumerable<BsonDocument> data, string databaseNam
132132
{
133133
case "A successful insert one command with write errors":
134134
case "A successful insert many command with write errors":
135-
throw new SkipTestException("Test ignored because of CSHARP-2444");
135+
throw new SkipException("Test ignored because of CSHARP-2444");
136136
}
137137
}
138138

0 commit comments

Comments
 (0)