Skip to content

Commit

Permalink
skipping tests that should be local only
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Feb 12, 2024
1 parent 5211276 commit 3c8e42c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/test/test_tds_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
"""
import os

import pytest

from src.common.tds_utils import TDSUtils

# get the working directory name
Expand All @@ -35,6 +37,7 @@
tds_url = os.environ.get('TDS_URL', '')


@pytest.mark.skip(reason="Local test only")
def test_get_tds_data_path():
"""
tests the creation of the TDS data path
Expand All @@ -55,6 +58,7 @@ def test_get_tds_data_path():
assert file_path.startswith(tds.tds_base_directory)


@pytest.mark.skip(reason="Local test only")
def test_remove_dirs():
"""
tests the recursive removal of directories
Expand Down

0 comments on commit 3c8e42c

Please sign in to comment.