Skip to content

Commit 6b6dda9

Browse files
committed
Ignore test_server_lifecycle_continuous_mode for now
Ignoring the test since the workflow this is run does not have a jit binary available so it's failing with `No such file or directory`. Support for it will come in a separate PR Signed-off-by: Igor Braga <[email protected]>
1 parent 6ef41c9 commit 6b6dda9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/validator/src/server.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ mod tests {
174174
}
175175

176176
#[tokio::test]
177+
#[ignore = "workflow does not have a jit binary available for now"]
177178
async fn test_server_lifecycle_continuous_mode() -> Result<()> {
178179
// 1. Setup Config and State. Use dummy module root is okay.
179180
let config = ServerConfig::try_parse_from([

0 commit comments

Comments
 (0)