test: remove undo tests for non-clip operations

Co-authored-by: aider (deepseek/deepseek-coder) <aider@aider.chat>
This commit is contained in:
Loic Coenen
2026-05-02 22:20:12 +00:00
parent c127fe6f8f
commit bafe731582
2 changed files with 0 additions and 3 deletions

View File

View File

@@ -1646,9 +1646,6 @@ int main(void) {
test_undo_clip_state_cycle();
test_undo_clears_redo_on_new_action();
test_undo_reset_clip();
test_undo_quantize_change();
test_undo_threshold_change();
test_undo_transport_reset();
test_undo_paste();
printf("\nAll TUI tests passed!\n");