tests: ignore AWS EC2 infra tests (#717)

AWS EC2 not being ready yet, tests should be deactivated for the time being.
This commit is contained in:
BenjaminCh
2022-05-12 10:56:56 +02:00
committed by GitHub
parent 6ce39f21c9
commit 7937370f51

View File

@@ -46,6 +46,7 @@ fn create_and_destroy_aws_ec2_k3s_cluster(
#[cfg(feature = "test-aws-infra-ec2")] #[cfg(feature = "test-aws-infra-ec2")]
#[named] #[named]
#[test] #[test]
#[ignore] // TODO(benjaminch): to be reactivated once EC2 is ready
fn create_and_destroy_aws_ec2_k3s_cluster_eu_west_3() { fn create_and_destroy_aws_ec2_k3s_cluster_eu_west_3() {
let region = "eu-west-3".to_string(); let region = "eu-west-3".to_string();
create_and_destroy_aws_ec2_k3s_cluster( create_and_destroy_aws_ec2_k3s_cluster(