Skip to content

Commit

Permalink
Merge pull request #2450 from Flamefire/pytorch_skip_bottleneck
Browse files Browse the repository at this point in the history
Exclude bottleneck tests in PyTorch
  • Loading branch information
akesandgren authored Jun 1, 2021
2 parents 19a8427 + 1a4e76b commit 835a5c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions easybuild/easyblocks/p/pytorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ def test_step(self):
env.setvar('XDG_CACHE_HOME', os.path.join(self.tmpdir, '.cache'))
# Pretend to be on FB CI which disables some tests, especially those which download stuff
env.setvar('SANDCASTLE', '1')
# Skip this test(s) which is very flaky
env.setvar('SKIP_TEST_BOTTLENECK', '1')
# Parse excluded_tests and flatten into space separated string
excluded_tests = []
for arch, tests in self.cfg['excluded_tests'].items():
Expand Down

0 comments on commit 835a5c6

Please sign in to comment.