Skip to content

Commit 5fc064c

Browse files
committed
turn eval_expr tests off
1 parent e736b3f commit 5fc064c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

engine/baml-runtime/src/eval_expr.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ mod tests {
536536
.unwrap()
537537
}
538538

539-
#[tokio::test] // Uncomment to run.
539+
// #[tokio::test] // Uncomment to run.
540540
async fn test_eval_expr() {
541541
let rt = runtime(
542542
r##"
@@ -675,7 +675,7 @@ function Echo(msg: string) -> string {
675675
assert!(false);
676676
}
677677

678-
#[tokio::test]
678+
// #[tokio::test]
679679
async fn test_fn_stream() {
680680
let rt = runtime(
681681
r##"

0 commit comments

Comments
 (0)