Skip to content

Commit 58b03e7

Browse files
committed
test: Add k8s feature gate
1 parent ff2fd24 commit 58b03e7

File tree

1 file changed

+1
-0
lines changed
  • crates/stackable-versioned-macros/src

1 file changed

+1
-0
lines changed

crates/stackable-versioned-macros/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,7 @@ mod test {
516516
});
517517
}
518518

519+
#[cfg(feature = "k8s")]
519520
#[test]
520521
fn k8s_snapshots() {
521522
let _settings_guard = test_utils::set_snapshot_path().bind_to_scope();

0 commit comments

Comments
 (0)