about summary refs log tree commit diff stats
path: root/crates
diff options
context:
space:
mode:
Diffstat (limited to 'crates')
-rw-r--r--crates/yt/tests/watch/focus_switch.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/yt/tests/watch/focus_switch.rs b/crates/yt/tests/watch/focus_switch.rs
index e976859..e2242a8 100644
--- a/crates/yt/tests/watch/focus_switch.rs
+++ b/crates/yt/tests/watch/focus_switch.rs
@@ -3,6 +3,7 @@ use yt_dlp::json_cast;
 use crate::{_testenv::util, testenv::TestEnv, watch::MpvControl};
 
 #[test]
+#[ignore = "Currently, this test is missing it's goal"]
 fn test_focus_switch() {
     let mut env = TestEnv::new(module_path!());