Skip to content

Commit

Permalink
Ignore complex test
Browse files Browse the repository at this point in the history
  • Loading branch information
phil3k3 committed Dec 18, 2023
1 parent 3491493 commit b5a64ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cqrs-library/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit b5a64ce

Please sign in to comment.