We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02f195e commit e04879eCopy full SHA for e04879e
tests/experiments/test_study.py
@@ -49,6 +49,7 @@ def manual_test_launch_parallel_study_webarena():
49
study.run(n_jobs=4, parallel_backend="ray", n_relaunch=1)
50
51
52
+@pytest.mark.skip(reason="This usecase isnt relevant atm")
53
def test_launch_parallel_study():
54
agent_args_list = _make_agent_args_list()
55
0 commit comments