diff --git a/server/testkit/tests/integration.rs b/server/testkit/tests/integration.rs index 3904c3219..e6879b44b 100644 --- a/server/testkit/tests/integration.rs +++ b/server/testkit/tests/integration.rs @@ -266,6 +266,8 @@ fn test_cmd_idm_admin(token_cache_path: &str, rsclient: &KanidmClient, cmd: &str res } +// Disabled due to inconsistent test failures and blocking +/* #[kanidmd_testkit::test] /// Testing the CLI doing things. async fn test_integration_with_assert_cmd(rsclient: KanidmClient) { @@ -359,3 +361,5 @@ async fn test_integration_with_assert_cmd(rsclient: KanidmClient) { .unwrap()); println!("Success!"); } +*/ +