From 72b7f6fb839e8ce5ce208a14534e3f79d2ae6904 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Thu, 18 Oct 2018 02:47:47 +0200 Subject: Rename and ignore `dktest` test Get rid of the temporary name and give it a more permanent one. I had actually written this test thinking it would be temporary and that I would remove it later. Since it will actually launch iTunes by default due to RCD, this test shouldn't be in the normal suite. However, it seemed like it would be useful to keep it around in case, so leaving it with an ignore skip. --- src/key_code.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/key_code.rs') diff --git a/src/key_code.rs b/src/key_code.rs index 0f74d4d..53d596d 100644 --- a/src/key_code.rs +++ b/src/key_code.rs @@ -43,7 +43,8 @@ mod tests { use super::*; #[test] - fn dktest() { + #[ignore] + fn dkess_press_key_presses_play_key() { use core_graphics::event::CGEventFlags; unsafe { -- cgit v1.2.3