Skip to content

Commit

Permalink
Skip tests for deprecated function
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Sep 12, 2024
1 parent 321f929 commit 4496a9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/configuration_util_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,7 @@ def test_populate_read_only_config_simple(self):
test_filename, test_conf))
os.remove(test_conf.file_path)

@unittest.skip('Deprecated function')
@mock.patch('neon_utils.configuration_utils._init_ovos_conf')
def test_init_config_dir(self, init_ovos_conf):
from neon_utils.configuration_utils import init_config_dir
Expand Down

0 comments on commit 4496a9c

Please sign in to comment.