chore: Ignore flaky redaction tests

This commit is contained in:
Benjamin Kampmann
2022-09-28 17:03:03 +02:00
committed by Benjamin Kampmann
parent 1a57170970
commit df9b60a5bc

View File

@@ -23,6 +23,7 @@ async fn sync_once(client: &Client) -> Result<()> {
Ok(())
}
#[ignore = "Broken since synapse update, see #1069"]
#[tokio::test(flavor = "multi_thread", worker_threads = 4)]
async fn test_redacting_name() -> Result<()> {
let tamatoa = get_client_for_user("tamatoa".to_owned()).await?;
@@ -91,6 +92,7 @@ async fn test_redacting_name() -> Result<()> {
Ok(())
}
#[ignore = "Broken since synapse update, see #1069"]
#[tokio::test(flavor = "multi_thread", worker_threads = 4)]
async fn test_redacting_name_static() -> Result<()> {
let tamatoa = get_client_for_user("tamatoa".to_owned()).await?;