diff --git a/cqrs-library/src/lib.rs b/cqrs-library/src/lib.rs index d8a914e..4a578cc 100644 --- a/cqrs-library/src/lib.rs +++ b/cqrs-library/src/lib.rs @@ -592,7 +592,8 @@ mod tests { #[tokio::test] - async fn xtest_serialize_command_response() { + #[ignore] + async fn test_serialize_command_response() { let command = TestCreateUserCommand { user_id: String::from("user_id"),