Skip to content

Commit

Permalink
test: Add k8s feature gate
Browse files Browse the repository at this point in the history
  • Loading branch information
Techassi committed Sep 30, 2024
1 parent ff2fd24 commit 58b03e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/stackable-versioned-macros/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,7 @@ mod test {
});
}

#[cfg(feature = "k8s")]
#[test]
fn k8s_snapshots() {
let _settings_guard = test_utils::set_snapshot_path().bind_to_scope();
Expand Down

0 comments on commit 58b03e7

Please sign in to comment.