From 7937370f51cea7afa86eb0932270ded3ca680442 Mon Sep 17 00:00:00 2001 From: BenjaminCh Date: Thu, 12 May 2022 10:56:56 +0200 Subject: [PATCH] tests: ignore AWS EC2 infra tests (#717) AWS EC2 not being ready yet, tests should be deactivated for the time being. --- tests/aws/aws_kubernetes_ec2.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/aws/aws_kubernetes_ec2.rs b/tests/aws/aws_kubernetes_ec2.rs index 848d4269..1d28bd80 100644 --- a/tests/aws/aws_kubernetes_ec2.rs +++ b/tests/aws/aws_kubernetes_ec2.rs @@ -46,6 +46,7 @@ fn create_and_destroy_aws_ec2_k3s_cluster( #[cfg(feature = "test-aws-infra-ec2")] #[named] #[test] +#[ignore] // TODO(benjaminch): to be reactivated once EC2 is ready fn create_and_destroy_aws_ec2_k3s_cluster_eu_west_3() { let region = "eu-west-3".to_string(); create_and_destroy_aws_ec2_k3s_cluster(