Skip to content

Commit bdee6d4

Browse files
committed
remove D_IL_COMPATIBLE
Test-tag: test_dfuse_daos_build_wt_pil4dfs Signed-off-by: Dalton Bohning <dalton.bohning@hpe.com>
1 parent 94771c7 commit bdee6d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tests/ftest/dfuse/daos_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def run_build_test(self, cache_mode, il_lib=None, run_on_vms=False):
118118
remote_env['D_LOG_MASK'] = 'WARN,IL=WARN'
119119
if il_lib == 'libpil4dfs.so':
120120
remote_env['D_IL_NO_BYPASS'] = '1'
121-
remote_env['D_IL_COMPATIBLE'] = '1'
121+
# remote_env['D_IL_COMPATIBLE'] = '1'
122122
remote_env['D_IL_MAX_EQ'] = '0'
123123

124124
preload_cmd = remote_env.to_export_str()

0 commit comments

Comments
 (0)