From f209c60f021aede7fa04f1e6a07f0cd85309a7b6 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 17 Sep 2024 06:21:38 -0500 Subject: [PATCH] ignore this test for now --- src/rust/obs.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/rust/obs.rs b/src/rust/obs.rs index b25e347..e99397b 100644 --- a/src/rust/obs.rs +++ b/src/rust/obs.rs @@ -218,7 +218,8 @@ impl obs::ObsModel { #[cfg(test)] mod test { use super::*; - + + #[ignore] #[test] pub fn test_obs_setting_scene() { let runtime = tokio::runtime::Runtime::new().unwrap();