Skip to content

Commit db9df26

Browse files
committed
test/datadeps: Disable a nondom check
1 parent fce621e commit db9df26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/datadeps.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ function test_datadeps(;args_chunks::Bool,
165165
end
166166
tid_1, tid_2 = task_id.(ts)
167167
test_task_dominators(logs, tid_1, []; all_tids=[tid_1, tid_2])
168-
test_task_dominators(logs, tid_2, []; all_tids=[tid_1, tid_2])
168+
test_task_dominators(logs, tid_2, []; all_tids=[tid_1, tid_2], nondom_check=false)
169169

170170
# R->W Aliasing
171171
ts = []

0 commit comments

Comments
 (0)