[tests] Ignoring irrelevant tests

github_actions
daladim 2021-04-12 09:26:52 +02:00
parent f32fe121aa
commit 65da7b34cf
1 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,7 @@ static EXAMPLE_TASKS_BODY_LAST_MODIFIED: &str = r#"
"#; "#;
#[tokio::test] #[tokio::test]
#[ignore]
async fn show_calendars() { async fn show_calendars() {
let _ = env_logger::builder().is_test(true).try_init(); let _ = env_logger::builder().is_test(true).try_init();
@ -49,6 +50,7 @@ async fn show_calendars() {
} }
#[tokio::test] #[tokio::test]
#[ignore]
async fn profind() { async fn profind() {
let _ = env_logger::builder().is_test(true).try_init(); let _ = env_logger::builder().is_test(true).try_init();
@ -71,6 +73,7 @@ async fn profind() {
} }
#[tokio::test] #[tokio::test]
#[ignore]
async fn last_modified() { async fn last_modified() {
let _ = env_logger::builder().is_test(true).try_init(); let _ = env_logger::builder().is_test(true).try_init();