Skip to content

Commit

Permalink
chore: ignore test against unused/old code
Browse files Browse the repository at this point in the history
I'm not going to remove this just yet for posterity. Hordelib has divested itself from memory management a great deal since v1.0 but I'm not mentally prepared to just up and delete this code yet.
  • Loading branch information
tazlin committed Apr 27, 2024
1 parent d586273 commit d98beec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import pytest

from hordelib.settings import UserSettings
from hordelib.utils.distance import (
CosineSimilarityResultCode,
Expand All @@ -20,6 +22,7 @@ def test_worker_settings_percent_check():
assert UserSettings._is_percentage("%50") is False


@pytest.mark.skip("This test deals with unused code")
class TestWorkerSettingsWithInit:
def test_worker_settings_properties_comparable(self, init_horde):
assert UserSettings.get_ram_to_leave_free_mb() > 0
Expand Down

0 comments on commit d98beec

Please sign in to comment.