mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-04-25 17:49:58 -04:00
chore: Ignore flaky redaction tests
This commit is contained in:
committed by
Benjamin Kampmann
parent
1a57170970
commit
df9b60a5bc
@@ -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?;
|
||||
|
||||
Reference in New Issue
Block a user