Skip to content

Commit

Permalink
🙈 ignore slow test
Browse files Browse the repository at this point in the history
  • Loading branch information
chriamue committed Jan 10, 2024
1 parent b3b3f60 commit 1a39aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/server_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ async fn test_generate_text_handler() {
assert_eq!(response.status_code(), 200);
}

//#[ignore = "ignore until mocked"]
#[ignore = "ignore until mocked"]
#[tokio::test]
async fn test_generate_text_model_handler() {
let config = Config::default();
Expand Down

0 comments on commit 1a39aa0

Please sign in to comment.