test/fuzz/tx-isolation: unignore test

This commit is contained in:
Jussi Saurio
2025-07-30 17:25:49 +03:00
parent 2813a7a5de
commit 73b56f3917

View File

@@ -212,7 +212,6 @@ fn rng_from_time_or_env() -> (ChaCha8Rng, u64) {
}
#[tokio::test]
#[ignore]
/// Verify translation isolation semantics with multiple concurrent connections.
/// This test is ignored because it still fails sometimes; unsure if it fails due to a bug in the test or a bug in the implementation.
async fn test_multiple_connections_fuzz() {