mirror of
https://github.com/jlengrand/engine.git
synced 2026-03-10 08:11:21 +00:00
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:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user