Temporarily ignore flaky mtree test (#3086)

This commit is contained in:
Emmanuel Keller 2023-12-07 10:03:14 +00:00 committed by GitHub
parent d658a0a3fb
commit c3a3116700
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2328,6 +2328,7 @@ mod tests {
} }
#[test(tokio::test)] #[test(tokio::test)]
#[ignore]
async fn test_mtree_random_xs() -> Result<(), Error> { async fn test_mtree_random_xs() -> Result<(), Error> {
for vt in for vt in
[VectorType::F64, VectorType::F32, VectorType::I64, VectorType::I32, VectorType::I16] [VectorType::F64, VectorType::F32, VectorType::I64, VectorType::I32, VectorType::I16]