Skip to content

Commit

Permalink
Remove xfail marker for consistently xpassing test
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 committed Sep 12, 2024
1 parent 6a50d32 commit 5b30a63
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ixmp/tests/backend/test_jdbc.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import logging
import os
import platform
import sys
from sys import getrefcount
from typing import Tuple

Expand Down Expand Up @@ -388,12 +387,6 @@ def test_verbose_exception(test_mp, exception_verbose_true):
condition="GITHUB_ACTIONS" in os.environ and platform.system() == "Windows",
reason="Flaky; see iiasa/ixmp#543",
)
@pytest.mark.xfail(
condition=sys.version_info.minor <= 10,
raises=AssertionError,
# See also test_base.TestCachingBackend.test_del_ts
reason="https://github.com/iiasa/ixmp/issues/463",
)
def test_del_ts(request):
mp = ixmp.Platform(
backend="jdbc",
Expand Down

0 comments on commit 5b30a63

Please sign in to comment.