Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ekump committed Apr 17, 2024
1 parent abf5da7 commit a499487
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sidecar/src/service/session_info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ mod tests {
}

#[tokio::test]
#[cfg_attr(miri, ignore)]
async fn test_shutdown() {
let session_info = SessionInfo::default();
session_info.get_runtime(&"runtime1".to_string());
Expand All @@ -217,6 +218,7 @@ mod tests {
}

#[tokio::test]
#[cfg_attr(miri, ignore)]
async fn test_shutdown_running_instances() {
let session_info = SessionInfo::default();
session_info.get_runtime(&"runtime1".to_string());
Expand All @@ -227,6 +229,7 @@ mod tests {
}

#[tokio::test]
#[cfg_attr(miri, ignore)]
async fn test_shutdown_runtime() {
let session_info = SessionInfo::default();
let runtime_id1 = "runtime1".to_string();
Expand Down

0 comments on commit a499487

Please sign in to comment.