Skip to content

Commit

Permalink
ignoring long-running tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zees-dev committed Feb 18, 2025
1 parent b7ae358 commit 016ed74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions crates/blockless-drivers/src/llm_driver/llamafile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ mod tests {
.try_init();
}

#[ignore]
#[tokio::test]
async fn test_llamafile_lifecycle() {
init_test_logging();
Expand Down
1 change: 1 addition & 0 deletions crates/blockless-drivers/src/llm_driver/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ mod tests {
use tracing::{info, Level};
use tracing_subscriber::FmtSubscriber;

#[ignore]
#[tokio::test]
async fn test_llm_driver_e2e() {
let _ = FmtSubscriber::builder()
Expand Down

0 comments on commit 016ed74

Please sign in to comment.