Skip to content

Commit

Permalink
Skip failing slow TR reload test (#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
khurram-ghani authored May 8, 2024
1 parent aabd293 commit 2d3db08
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/integration/test_ask_tell_optimization.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@
True,
lambda: BatchTrustRegionBox(TREGOBox(ScaledBranin.search_space)),
id="TREGO/reload_state",
# TODO: trust regions maintain internal state and do not fully support the functional
# API for reloading from acquisition state. So this test is skipped for now.
marks=pytest.mark.skip(
reason="Trust regions do not support reloading from acquisition state"
),
),
pytest.param(
10,
Expand Down

0 comments on commit 2d3db08

Please sign in to comment.