Skip to content
This repository has been archived by the owner on Jun 11, 2020. It is now read-only.

Commit

Permalink
Turn off persist in imaging tests
Browse files Browse the repository at this point in the history
  • Loading branch information
timcornwell committed Apr 13, 2020
1 parent 1a92a1a commit e2db652
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ unittests:
- apt-get update
- apt-get -y install rsync
- pip install -r requirements.txt
- mkdir -p test_results
- rsync -avz rsync://casa-rsync.nrao.edu/casa-data/geodetic /build/
script:
- pip install pytest pytest-xdist pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion tests/workflows/test_imaging_rsexecute.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def setUp(self):
from rascil.data_models.parameters import rascil_path
self.dir = rascil_path('test_results')

self.persist = os.getenv("RASCIL_PERSIST", True)
self.persist = os.getenv("RASCIL_PERSIST", False)

def tearDown(self):
rsexecute.close()
Expand Down

0 comments on commit e2db652

Please sign in to comment.