Skip to content

Commit a6cc512

Browse files
saitcakmakfacebook-github-bot
authored andcommitted
Add BOPE tutorial to ignore list (#1484)
Summary: This tutorial has been flaky for a while now. Let's ignore it to have proper CI signal. Pull Request resolved: #1484 Reviewed By: dme65 Differential Revision: D41110641 Pulled By: saitcakmak fbshipit-source-id: 42446b7ca47dbd25fa1c9517eaf7d0a7d6f10162
1 parent 2326a98 commit a6cc512

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/run_tutorials.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
IGNORE = { # ignored in smoke tests and full runs
2323
"vae_mnist.ipynb", # requires setting paths to local data
24+
"bope.ipynb", # flaky, keeps failing the workflows
2425
}
2526
IGNORE_SMOKE_TEST_ONLY = { # only used in smoke tests
2627
"thompson_sampling.ipynb", # very slow without KeOps + GPU

0 commit comments

Comments
 (0)