mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-08 09:44:21 +01:00
core/mvcc: Disable test_overlapping_concurrent_inserts_read_your_writes test
...it fails sporadically
This commit is contained in:
@@ -105,7 +105,9 @@ mod tests {
|
||||
th2.join().unwrap();
|
||||
}
|
||||
|
||||
// FIXME: This test fails sporadically.
|
||||
#[test]
|
||||
#[ignore]
|
||||
fn test_overlapping_concurrent_inserts_read_your_writes() {
|
||||
let clock = LocalClock::default();
|
||||
let storage = crate::mvcc::persistent_storage::Storage::new_noop();
|
||||
|
||||
Reference in New Issue
Block a user