You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO: CSOT: further skipped tests should be unblocked by upcoming fixes
58
-
SkipNotSupportedTestCases("with only 1 RTT");// blocked by CSHARP-5627
59
-
SkipNotSupportedTestCases("createChangeStream");// TODO: CSOT not implemented yet, CSHARP-3539
60
-
SkipNotSupportedTestCases("runCommand");// TODO: CSOT: TimeoutMS is not implemented yet for runCommand
61
-
SkipNotSupportedTestCases("timeoutMS applies to whole operation, not individual attempts");// blocked by DRIVERS-3247
62
-
SkipNotSupportedTestCases("WaitQueueTimeoutError does not clear the pool");// TODO: CSOT: TimeoutMS is not implemented yet for runCommand
63
-
SkipNotSupportedTestCases("write concern error MaxTimeMSExpired is transformed");// TODO: CSOT: investigate error transformation, implementing the requirement might be breaking change
64
-
SkipNotSupportedTestCases("operation succeeds after one socket timeout - listDatabases on client");// TODO: listDatabases is not retryable in CSharp Driver, CSHARP-5714
58
+
SkipNotSupportedTestCases(testCase,"with only 1 RTT");// blocked by CSHARP-5627
59
+
SkipNotSupportedTestCases(testCase,"createChangeStream");// TODO: CSOT not implemented yet, CSHARP-3539
60
+
SkipNotSupportedTestCases(testCase,"runCommand");// TODO: CSOT: TimeoutMS is not implemented yet for runCommand
61
+
SkipNotSupportedTestCases(testCase,"timeoutMS applies to whole operation, not individual attempts");// blocked by DRIVERS-3247
62
+
SkipNotSupportedTestCases(testCase,"WaitQueueTimeoutError does not clear the pool");// TODO: CSOT: TimeoutMS is not implemented yet for runCommand
63
+
SkipNotSupportedTestCases(testCase,"write concern error MaxTimeMSExpired is transformed");// TODO: CSOT: investigate error transformation, implementing the requirement might be breaking change
64
+
SkipNotSupportedTestCases(testCase,"operation succeeds after one socket timeout - listDatabases on client");// TODO: listDatabases is not retryable in CSharp Driver, CSHARP-5714
0 commit comments