Run tests with features on rather then off (#12567)
This commit is contained in:
@@ -887,7 +887,7 @@ mod tests {
|
||||
&hash_queue,
|
||||
error_counters,
|
||||
rent_collector,
|
||||
&FeatureSet::default(),
|
||||
&FeatureSet::all_enabled(),
|
||||
)
|
||||
}
|
||||
|
||||
@@ -1832,7 +1832,7 @@ mod tests {
|
||||
&hash_queue,
|
||||
&mut error_counters,
|
||||
&rent_collector,
|
||||
&FeatureSet::default(),
|
||||
&FeatureSet::all_enabled(),
|
||||
)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user