[tests] Ignoring irrelevant tests
This commit is contained in:
parent
f32fe121aa
commit
65da7b34cf
1 changed files with 3 additions and 0 deletions
|
@ -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();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue