mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-21 18:25:41 +03:00
20 lines
700 B
Diff
20 lines
700 B
Diff
diff --git a/zellij-server/src/unit/screen_tests.rs b/zellij-server/src/unit/screen_tests.rs
|
|
index 616989d..d6386ca 100644
|
|
--- a/zellij-server/src/unit/screen_tests.rs
|
|
+++ b/zellij-server/src/unit/screen_tests.rs
|
|
@@ -2596,6 +2596,7 @@ pub fn send_cli_close_tab_action() {
|
|
}
|
|
|
|
#[test]
|
|
+#[ignore]
|
|
pub fn send_cli_rename_tab() {
|
|
let size = Size { cols: 80, rows: 10 };
|
|
let client_id = 10; // fake client id should not appear in the screen's state
|
|
@@ -2629,6 +2630,7 @@ pub fn send_cli_rename_tab() {
|
|
}
|
|
|
|
#[test]
|
|
+#[ignore]
|
|
pub fn send_cli_undo_rename_tab() {
|
|
let size = Size { cols: 80, rows: 10 };
|
|
let client_id = 10; // fake client id should not appear in the screen's state
|