Skip to content

Commit 99126b9

Browse files
Test Userclaude
andcommitted
fix(tests): mark demo_docker_executor as #[ignore] Refs #2733
Test requires Docker daemon and python:3.11-slim image to be present. Without those prerequisites the test panics unconditionally, breaking `cargo test --workspace` on standard CI runners. Mark it ignored so it is skipped by default and can be run explicitly with `--ignored` when the environment is ready. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 25f3e6f commit 99126b9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

crates/terraphim_rlm/tests/backend_demo.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ async fn demo_local_executor() {
5252
}
5353

5454
#[tokio::test]
55+
#[ignore = "requires Docker daemon with python:3.11-slim image; run with --ignored to enable"]
5556
async fn demo_docker_executor() {
5657
println!("\n═══════════════════════════════════════════");
5758
println!(" DOCKER EXECUTOR (container isolation)");

0 commit comments

Comments
 (0)