Skip to content

Commit

Permalink
Add longtest decorator to pairwise model tests (#2731)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #2731

Sam fixed the logic in the test yesterday, thanks sam!, but now it's timing out this adds it to the backlog to be fixed.

Reviewed By: danielcohenlive, mpolson64

Differential Revision: D62036700

fbshipit-source-id: 7d35c777e77c87cc1d179e5e4e5af4745c69e7df
  • Loading branch information
mgarrard authored and facebook-github-bot committed Aug 30, 2024
1 parent 1f6661a commit f46b61c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ax/modelbridge/tests/test_pairwise_modelbridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ def setUp(self) -> None:
self.experiment = experiment
self.data = experiment.lookup_data()

@TestCase.ax_long_test(
reason="TODO[T199510629] Fix: break up test into one test per case"
)
def test_PairwiseModelBridge(self) -> None:
surrogate = Surrogate(
botorch_model_class=PairwiseGP,
Expand Down

0 comments on commit f46b61c

Please sign in to comment.