ignore this test for now

This commit is contained in:
Chris Cochrun 2024-09-17 06:21:38 -05:00
parent e1cb837249
commit f209c60f02

View file

@ -219,6 +219,7 @@ impl obs::ObsModel {
mod test { mod test {
use super::*; use super::*;
#[ignore]
#[test] #[test]
pub fn test_obs_setting_scene() { pub fn test_obs_setting_scene() {
let runtime = tokio::runtime::Runtime::new().unwrap(); let runtime = tokio::runtime::Runtime::new().unwrap();