Skip to content

Commit c397305

Browse files
Carl Hvarfnerfacebook-github-bot
authored andcommitted
ROBOT tutorial removed from full tutorial runs (#2900)
Summary: Pull Request resolved: #2900 This diff is a hotfix that removes the ROBOT tutorial from full tutorial runs due to the excessive runtime, which causes a timeout. Reviewed By: esantorella Differential Revision: D77443910 fbshipit-source-id: 6b6a8ee4043f627bf20bfc8ceb9f9d73cf081e74
1 parent f967dd5 commit c397305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run_tutorials.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020
IGNORE_ALWAYS = set() # ignored in smoke tests and full runs
21-
RUN_IF_SMOKE_TEST_IGNORE_IF_STANDARD = set() # only used in smoke tests
21+
RUN_IF_SMOKE_TEST_IGNORE_IF_STANDARD = {"robot.ipynb"} # only used in smoke tests
2222

2323

2424
def run_script(

0 commit comments

Comments
 (0)