Fix test/integration/extent.
Should only run the hook tests without background threads. This was introduced
in 6e841f6
.
This commit is contained in:
parent
6e841f618a
commit
b5ab3f91ea
@ -140,7 +140,7 @@ test_manual_hook_body(void) {
|
||||
assert_ptr_ne(old_hooks->merge, extent_merge_hook,
|
||||
"Unexpected extent_hooks error");
|
||||
|
||||
if (check_background_thread_enabled()) {
|
||||
if (!check_background_thread_enabled()) {
|
||||
test_extent_body(arena_ind);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user