Skip to content

Commit 1f6bc42

Browse files
committed
add sensitive data test
1 parent 9f8cc5e commit 1f6bc42

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tests/atlas/test_atlas.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
from dance import logger
2121

2222

23+
@pytest.mark.skip(reason="Skipping test due to sensitive data")
2324
def test_main():
2425
# Construct test parameters with a sample Brain tissue dataset
2526
class Args:

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ commands =
6666
python -c "import dance; print(f'Successfully installed dance {dance.__version__}')"
6767

6868
# Run tests
69-
test: pytest tests/ -k "not test_bench" -v --ignore=tests/test_atlas.py #sensitive to atlas data
70-
lightbenchtest: pytest tests/ -k test_bench -v --ignore=tests/test_atlas.py #sensitive to atlas data
69+
test: pytest tests/ -k "not test_bench" -v
70+
lightbenchtest: pytest tests/ -k test_bench -v

0 commit comments

Comments
 (0)