diff --git a/packages/check-sql/tests/test_ms_sql.rs b/packages/check-sql/tests/test_ms_sql.rs index abbbfb37829..c7a75fa6629 100644 --- a/packages/check-sql/tests/test_ms_sql.rs +++ b/packages/check-sql/tests/test_ms_sql.rs @@ -14,6 +14,7 @@ async fn test_local_connection() { } #[tokio::test(flavor = "multi_thread")] +#[ignore] async fn test_remote_connection() { if let Some(endpoint) = tools::get_remote_sql_from_env_var() { assert!(api::create_client( @@ -35,6 +36,7 @@ async fn test_remote_connection() { } #[tokio::test(flavor = "multi_thread")] +#[ignore] async fn test_check_config_exec_remote() { let file = tools::create_remote_config(&tools::get_remote_sql_from_env_var().unwrap()); let check_config = CheckConfig::load_file(file.path()).unwrap(); @@ -61,6 +63,7 @@ fn test_run_local() { } #[test] +#[ignore] fn test_run_remote() { let file = tools::create_remote_config(&tools::get_remote_sql_from_env_var().unwrap()); assert!(tools::run_bin()