ignore sequential write beause it takes too long

This commit is contained in:
Pere Diaz Bou
2025-03-29 22:26:29 +01:00
parent 37ddf0946f
commit 587cdac2c1

View File

@@ -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();