diff --git a/pkg/ccl/logictestccl/testdata/logic_test/regional_by_row_cascade b/pkg/ccl/logictestccl/testdata/logic_test/regional_by_row_cascade index 6d1ee00498e9..d8ae9d17a3f8 100644 --- a/pkg/ccl/logictestccl/testdata/logic_test/regional_by_row_cascade +++ b/pkg/ccl/logictestccl/testdata/logic_test/regional_by_row_cascade @@ -64,7 +64,7 @@ SELECT crdb_internal.clear_table_stats_cache(); # Only the scan in the main query is parallelized when we don't have stats on # the descendant tables. -query I +query I retry SELECT count(*) FROM [EXPLAIN (VERBOSE) DELETE FROM great_grandparent WHERE i = 1] WHERE info LIKE '%parallel%'; ---- 1