Skip to content

Commit

Permalink
Revert "re-enable kill-meta"
Browse files Browse the repository at this point in the history
This reverts commit 88780aa.
  • Loading branch information
kwannoel committed Oct 11, 2024
1 parent 09e4938 commit 06f66b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/simulation/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ async fn main() {
..Default::default()
};
let kill_opts = KillOpts {
kill_meta: args.kill_meta || args.kill_meta,
kill_meta: false,
kill_frontend: args.kill_frontend || args.kill,
kill_compute: args.kill_compute || args.kill,
kill_compactor: args.kill_compactor || args.kill,
Expand Down

0 comments on commit 06f66b0

Please sign in to comment.