Skip to content

Commit 23eb61c

Browse files
committed
Fix getIpcProxyPoolTestParamsList()
Signed-off-by: Lukasz Dorau <[email protected]>
1 parent 16a3d2f commit 23eb61c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/provider_devdax_memory_ipc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ static std::vector<ipcTestParams> getIpcProxyPoolTestParamsList(void) {
3939

4040
ipcProxyPoolTestParamsList = {
4141
{umfProxyPoolOps(), nullptr, umfDevDaxMemoryProviderOps(),
42-
&defaultDevDaxParams, &hostAccessor, true},
42+
&defaultDevDaxParams, &hostAccessor, false},
4343
#ifdef UMF_POOL_JEMALLOC_ENABLED
4444
{umfJemallocPoolOps(), nullptr, umfDevDaxMemoryProviderOps(),
4545
&defaultDevDaxParams, &hostAccessor, false},

0 commit comments

Comments
 (0)