Skip to content

Commit 528c769

Browse files
soulomoonCopilot
andauthored
Update flaky-test-loop.sh
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ed0aa9d commit 528c769

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/flaky-test-loop.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ while true; do
138138
iter=$((iter+1))
139139
ts=$(date -Iseconds)
140140
file_num=$((iter % 2))
141-
# if [[ ${file_num} -eq 0 ]]; then file_num=100; fi
142141

143142
# Run each selected item (BIN::PATTERN) in this iteration
144143
for item in "${items[@]}"; do

0 commit comments

Comments
 (0)