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:
Pekka Enberg
2025-10-20 13:38:57 +03:00
committed by GitHub

View File

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