Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TST: Skip test involved with downloading data at the moment. #1728

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions tests/testing/test_example_datasets.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import pathlib

import pytest

from pyart.testing.example_data import DATASETS, get_test_data, locate


Expand All @@ -15,6 +17,7 @@ def test_locate():
assert pathlib.Path(p).exists


@pytest.mark.skip(reason="ARM Data downloads are limited at the moment.")
def test_get_test_data():
test_file = "034142.mdv"
file_path = get_test_data(test_file)
Expand Down
Loading