PYTHON-1181 - Skip parallel_scan tests when connected to mongos

This commit is contained in:
Bernie Hackett 2016-10-27 11:02:11 -07:00
parent c1a7bdfd4e
commit e82aa77168

View File

@ -1601,6 +1601,7 @@ class TestCollection(IntegrationTest):
set(range(8000)),
set(doc['_id'] for doc in docs))
@client_context.require_no_mongos
@client_context.require_version_min(3, 3, 10)
@client_context.require_test_commands
def test_parallel_scan_max_time_ms(self):