mirror of
https://github.com/jlengrand/engine.git
synced 2026-03-10 08:11:21 +00:00
feat: adding documentdb 4
This commit is contained in:
committed by
Pierre Mavro
parent
85f28e5cf6
commit
ff05e71a61
@@ -523,6 +523,17 @@ fn mongodb_v3_6_deploy_a_working_environment_with_production() {
|
||||
test_mongodb_configuration(context, environment, "3.6");
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[ignore]
|
||||
fn mongodb_v4_0_deploy_a_working_environment_with_production() {
|
||||
let context = context();
|
||||
|
||||
let mut environment = test_utilities::aws::working_minimal_environment(&context);
|
||||
environment.kind = Kind::Production;
|
||||
|
||||
test_mongodb_configuration(context, environment, "4.0");
|
||||
}
|
||||
|
||||
/**
|
||||
**
|
||||
** MySQL tests
|
||||
|
||||
Reference in New Issue
Block a user