(self)
| 1224 | |
| 1225 | class TestClusterTime(IntegrationTest): |
| 1226 | def setUp(self): |
| 1227 | super().setUp() |
| 1228 | if "$clusterTime" not in (client_context.hello): |
| 1229 | raise SkipTest("$clusterTime not supported") |
| 1230 | |
| 1231 | # Sessions prose test: 3) $clusterTime in commands |
| 1232 | def test_cluster_time(self): |