Skip to content

Commit

Permalink
Skip the test inside preferential/test_study.py
Browse files Browse the repository at this point in the history
  • Loading branch information
c-bata committed Nov 5, 2024
1 parent 378c07d commit 4059b10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python_tests/preferential/test_study.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ def test_report_and_get_preferences(storage_supplier: Callable[[], StorageSuppli
assert actual_worse.number == worse.number


# TODO(c-bata): Add support for Python 3.13.
# https://github.com/optuna/optuna-dashboard/pull/985
@pytest.mark.skipif(sys.version_info > (3, 13), reason="With Python 3.13, this test is broken")
def test_study_pickle() -> None:
study_1 = create_study(
n_generate=4,
Expand Down

0 comments on commit 4059b10

Please sign in to comment.