Skip to content

Commit 76c0136

Browse files
authored
[AUTOREVERT] OOPS, test code leaking to production (#7300)
Signed-off-by: Jean Schmidt <[email protected]>
1 parent e971a17 commit 76c0136

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

aws/lambda/pytorch-auto-revert/pytorch_auto_revert/testers/autorevert_v2.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ def autorevert_v2(
4646
)
4747
logging.info("[v2] Run timestamp (CH log ts) = %s", ts.isoformat())
4848

49-
import sys
50-
51-
sys.exit(1)
52-
5349
extractor = SignalExtractor(
5450
workflows=workflows, lookback_hours=hours, repo_full_name=repo_full_name
5551
)

0 commit comments

Comments
 (0)