File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -2658,14 +2658,15 @@ buildvariants:
2658
2658
2659
2659
- matrix_name : " versioned-api-tests"
2660
2660
matrix_spec :
2661
- platform : ubuntu-18.04
2661
+ platform : awslinux
2662
2662
python-version : ["2.7", "3.9"]
2663
2663
auth : " auth"
2664
2664
versionedApi : " *"
2665
2665
display_name : " Versioned API ${versionedApi} ${python-version}"
2666
2666
batchtime : 10080 # 7 days
2667
2667
tasks :
2668
2668
# Versioned API was introduced in MongoDB 4.7
2669
+ - " test-5.0-standalone"
2669
2670
- " test-latest-standalone"
2670
2671
2671
2672
- matrix_name : " ocsp-test"
Original file line number Diff line number Diff line change @@ -79,6 +79,8 @@ def test_tls_11(self):
79
79
def test_tls_12 (self ):
80
80
connect (URIS ['ATLAS_TLS12' ])
81
81
82
+ @unittest .skipIf (sys .platform .startswith ('java' ),
83
+ 'Jython does not support serverless TLS' )
82
84
def test_serverless (self ):
83
85
connect (URIS ['ATLAS_SERVERLESS' ])
84
86
You can’t perform that action at this time.
0 commit comments