From ff05e71a616e6d3b288ee707eaaa11a9209d6c72 Mon Sep 17 00:00:00 2001 From: Pierre Mavro Date: Mon, 30 Nov 2020 12:17:57 +0100 Subject: [PATCH] feat: adding documentdb 4 --- tests/aws/aws_databases.rs | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/tests/aws/aws_databases.rs b/tests/aws/aws_databases.rs index 42d540a7..958f4f66 100644 --- a/tests/aws/aws_databases.rs +++ b/tests/aws/aws_databases.rs @@ -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