File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
docker/mongodb-kubernetes-tests/tests/tls Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -38,18 +38,11 @@ def test_rs_is_running(replica_set: MongoDB):
38
38
def test_tls_is_disabled_and_scaled_up (replica_set : MongoDB ):
39
39
replica_set .load ()
40
40
replica_set ["spec" ]["members" ] = 5
41
-
42
- replica_set .update ()
43
-
44
-
45
- @pytest .mark .e2e_disable_tls_scale_up
46
- def test_tls_is_disabled_and_scaled_up (replica_set : MongoDB ):
47
- replica_set .load ()
48
41
replica_set ["spec" ]["security" ]["tls" ]["enabled" ] = False
49
42
del replica_set ["spec" ]["additionalMongodConfig" ]
50
43
51
44
replica_set .update ()
52
45
53
46
# timeout is longer because the operator first needs to
54
- # disable TLS and then, scale down one by one.
47
+ # disable TLS and then, scale up one by one.
55
48
replica_set .assert_reaches_phase (Phase .Running , timeout = 800 )
You can’t perform that action at this time.
0 commit comments