From 587cdac2c15fe17f800a53bec7cee9141c4c3b17 Mon Sep 17 00:00:00 2001 From: Pere Diaz Bou Date: Sat, 29 Mar 2025 22:26:29 +0100 Subject: [PATCH] ignore sequential write beause it takes too long --- tests/integration/query_processing/test_write_path.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/query_processing/test_write_path.rs b/tests/integration/query_processing/test_write_path.rs index 1392ebcd2..e948ed5d1 100644 --- a/tests/integration/query_processing/test_write_path.rs +++ b/tests/integration/query_processing/test_write_path.rs @@ -136,6 +136,7 @@ fn test_sequential_overflow_page() -> anyhow::Result<()> { } #[test_log::test] +#[ignore = "this takes too long :)"] fn test_sequential_write() -> anyhow::Result<()> { let _ = env_logger::try_init(); maybe_setup_tracing();