File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -1893,7 +1893,7 @@ test_index_compound (void)
1893
1893
}
1894
1894
1895
1895
static void
1896
- test_index_geo (void )
1896
+ test_index_geo (void * unused )
1897
1897
{
1898
1898
mongoc_server_description_t * description ;
1899
1899
mongoc_collection_t * collection ;
@@ -6398,7 +6398,12 @@ test_collection_install (TestSuite *suite)
6398
6398
TestSuite_AddMockServerTest (
6399
6399
suite , "/Collection/index/collation/wire5" , test_index_with_collation_ok );
6400
6400
TestSuite_AddLive (suite , "/Collection/index_compound" , test_index_compound );
6401
- TestSuite_AddLive (suite , "/Collection/index_geo" , test_index_geo );
6401
+ TestSuite_AddFull (suite ,
6402
+ "/Collection/index_geo" ,
6403
+ test_index_geo ,
6404
+ NULL ,
6405
+ NULL ,
6406
+ test_framework_skip_if_max_wire_version_more_than_9 );
6402
6407
TestSuite_AddLive (suite , "/Collection/index_storage" , test_index_storage );
6403
6408
TestSuite_AddLive (suite , "/Collection/regex" , test_regex );
6404
6409
TestSuite_AddFull (suite ,
You can’t perform that action at this time.
0 commit comments