Monorepo consolidation: workspace, shared types, transport plans, docker/swam assets
This commit is contained in:
6
control/api/tests/docker_gated.rs
Normal file
6
control/api/tests/docker_gated.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
#[test]
|
||||
#[ignore]
|
||||
fn docker_integration_tests_are_gated() {
|
||||
let enabled = std::env::var("CONTROL_TEST_DOCKER").ok();
|
||||
assert_eq!(enabled.as_deref(), Some("1"));
|
||||
}
|
||||
Reference in New Issue
Block a user