feat(billing): implement tenant subscription entitlements system (milestones 0-6)
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
#[test]
|
||||
#[ignore]
|
||||
fn docker_integration_tests_are_gated() {
|
||||
let enabled = std::env::var("CONTROL_TEST_DOCKER").ok();
|
||||
if enabled.as_deref() != Some("1") {
|
||||
eprintln!("skipping: set CONTROL_TEST_DOCKER=1 to enable docker integration tests");
|
||||
return;
|
||||
}
|
||||
assert_eq!(enabled.as_deref(), Some("1"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user