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

@ -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();