mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-19 08:04:19 +01:00
Merge 'tests/integration: Disable rowid alias differential fuzz test case' from Pekka Enberg
The fuzz test seems to find something that causes the tests to hang. Let's disable it for now. Closes #3782
This commit is contained in:
@@ -66,6 +66,7 @@ fn convert_to_no_rowid_alias(create_sql: &str) -> String {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[ignore]
|
||||
pub fn rowid_alias_differential_fuzz() {
|
||||
let (mut rng, seed) = rng_from_time_or_env();
|
||||
tracing::info!("rowid_alias_differential_fuzz seed: {}", seed);
|
||||
|
||||
Reference in New Issue
Block a user