File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
kms-connector/crates/kms-worker/tests Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -76,16 +76,6 @@ async fn test_healthcheck_endpoints() -> anyhow::Result<()> {
7676 // Test everything is fine
7777 query_healthcheck_endpoint :: < HealthStatus > ( monitoring_url. clone ( ) ) . await ?;
7878
79- // Pause Gateway and verify healthcheck failure
80- test_instance. anvil_container ( ) . pause ( ) . await ?;
81- query_healthcheck_endpoint :: < HealthStatus > ( monitoring_url. clone ( ) )
82- . await
83- . unwrap_err ( ) ;
84- test_instance. anvil_container ( ) . unpause ( ) . await ?;
85-
86- // Test everything is fine
87- query_healthcheck_endpoint :: < HealthStatus > ( monitoring_url. clone ( ) ) . await ?;
88-
8979 // Pause KMS Core and verify healthcheck failure
9080 test_instance. kms_container ( ) . pause ( ) . await ?;
9181 query_healthcheck_endpoint :: < HealthStatus > ( monitoring_url)
You can’t perform that action at this time.
0 commit comments