1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 18:25:41 +03:00
aports/community/zellij/skip-flaky-tests.patch
2023-02-19 10:34:59 +00:00

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