ignore tests
This commit is contained in:
parent
9e9f5dc989
commit
a7f9ea8793
@ -29,6 +29,7 @@ fn test_random_list() {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[ignore]
|
||||
fn test_ordered_list() {
|
||||
let clip_list = vec![
|
||||
Media::new(0, "./assets/with_audio.mp4", true), // 30 seconds
|
||||
@ -51,6 +52,7 @@ fn test_ordered_list() {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[ignore]
|
||||
fn test_filler_list() {
|
||||
let mut config = PlayoutConfig::new(None);
|
||||
config.storage.filler = "assets/".into();
|
||||
|
Loading…
Reference in New Issue
Block a user