Skip to content

Commit 4f72097

Browse files
committed
Revert "feat: Add test-utils feature gate"
This reverts commit 67ddfec.
1 parent 67ddfec commit 4f72097

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

crates/stackable-operator/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,13 @@ repository.workspace = true
99

1010
[features]
1111
default = ["crds"]
12-
full = ["crds", "certs", "time", "webhook", "kube-ws", "test-utils"]
12+
full = ["crds", "certs", "time", "webhook", "kube-ws"]
1313

1414
crds = ["dep:stackable-versioned"]
1515
certs = ["dep:stackable-certs"]
1616
time = ["stackable-shared/time"]
1717
webhook = ["dep:stackable-webhook"]
1818
kube-ws = ["kube/ws"]
19-
test-utils = []
2019

2120
[dependencies]
2221
stackable-certs = { path = "../stackable-certs", optional = true }

crates/stackable-operator/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ pub mod product_config_utils;
3131
pub mod product_logging;
3232
pub mod role_utils;
3333
pub mod status;
34-
#[cfg(feature = "test-utils")]
3534
pub mod test_utils;
3635
pub mod utils;
3736
pub mod validation;

0 commit comments

Comments
 (0)