@@ -772,7 +772,7 @@ buildvariants:
772
772
# No c ext tests
773
773
- name : no-c-ext-rhel8-python3.9
774
774
tasks :
775
- - name : .standalone .noauth .nossl .sync_async
775
+ - name : .standalone .noauth .nossl ! .sync_async
776
776
display_name : No C Ext RHEL8 Python3.9
777
777
run_on :
778
778
- rhel87-small
@@ -781,7 +781,7 @@ buildvariants:
781
781
PYTHON_BINARY : /opt/python/3.9/bin/python3
782
782
- name : no-c-ext-rhel8-python3.10
783
783
tasks :
784
- - name : .replica_set .noauth .nossl .sync_async
784
+ - name : .replica_set .noauth .nossl ! .sync_async
785
785
display_name : No C Ext RHEL8 Python3.10
786
786
run_on :
787
787
- rhel87-small
@@ -790,7 +790,7 @@ buildvariants:
790
790
PYTHON_BINARY : /opt/python/3.10/bin/python3
791
791
- name : no-c-ext-rhel8-python3.11
792
792
tasks :
793
- - name : .sharded_cluster .noauth .nossl .sync_async
793
+ - name : .sharded_cluster .noauth .nossl ! .sync_async
794
794
display_name : No C Ext RHEL8 Python3.11
795
795
run_on :
796
796
- rhel87-small
@@ -799,7 +799,7 @@ buildvariants:
799
799
PYTHON_BINARY : /opt/python/3.11/bin/python3
800
800
- name : no-c-ext-rhel8-python3.12
801
801
tasks :
802
- - name : .standalone .noauth .nossl .sync_async
802
+ - name : .standalone .noauth .nossl ! .sync_async
803
803
display_name : No C Ext RHEL8 Python3.12
804
804
run_on :
805
805
- rhel87-small
@@ -808,7 +808,7 @@ buildvariants:
808
808
PYTHON_BINARY : /opt/python/3.12/bin/python3
809
809
- name : no-c-ext-rhel8-python3.13
810
810
tasks :
811
- - name : .replica_set .noauth .nossl .sync_async
811
+ - name : .replica_set .noauth .nossl ! .sync_async
812
812
display_name : No C Ext RHEL8 Python3.13
813
813
run_on :
814
814
- rhel87-small
0 commit comments