Skip to content

Commit 4bc0126

Browse files
committed
Remove left over code
1 parent 1fce072 commit 4bc0126

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/e2e_tests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ def run_e2e_tests(args):
195195
if return_code == 0 and "Traceback (most recent call last)" not in text.decode("utf-8"):
196196
console.log(f"└─$ {task.strip()} [bold green]:heavy_check_mark:[/]")
197197
passed += 1
198-
break
199198
else:
200199
console.log(f"[bold red]{task.strip()} :cross_mark:[/]")
201200
failures.append(task.strip())

0 commit comments

Comments
 (0)