Skip to content

Commit

Permalink
Disable valgrind for python test
Browse files Browse the repository at this point in the history
  • Loading branch information
aeslaughter committed Nov 27, 2019
1 parent b1bc07c commit 9901494
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/tests/samplers/distribute/tests
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
command = 'execute.py'
check_files = 'distribute_none.csv distribute_on.csv distribute_off.csv'
recover = false
valigrind = NONE
detail = "that distributes samples in parallel and"
python = 3
required_python_packages = 'pandas' # uncomment with upstream/python-3 is merged
Expand All @@ -18,6 +19,7 @@
command = 'plot.py'
check_files = 'memory_total.pdf memory_per_proc.pdf'
recover = false
valigrind = NONE
prereq = scale/execute
python = 3
required_python_packages = 'pandas matplotlib' # uncomment with upstream/python-3 is merged
Expand Down

0 comments on commit 9901494

Please sign in to comment.