Skip to content

Commit a81cad0

Browse files
committed
Enable workflow 6
Signed-off-by: David Gardner <[email protected]>
1 parent 63597ef commit a81cad0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

examples/notebooks/tests/test_notebooks_e2e.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,7 @@ def _run_notebook(notebook_path: Path, expected_packages: list[str], timeout_sec
133133
pytest.param("5_observability_evaluation_and_profiling.ipynb", ["retail_sales_agent"],
134134
1000,
135135
id="5_observability_evaluation_and_profiling"),
136-
pytest.param("6_optimize_model_selection.ipynb", ["tmp_workflow"],
137-
1000,
138-
id="6_optimize_model_selection",
139-
marks=pytest.mark.skip(reason="Notebook takes over an hour to run completely.")),
136+
pytest.param("6_optimize_model_selection.ipynb", ["tmp_workflow"], 300, id="6_optimize_model_selection"),
140137
])
141138
def test_notebooks(notebooks_dir: Path, notebook_file_name: str, expected_packages: list[str], timeout_seconds: int):
142139
_run_notebook(notebooks_dir / notebook_file_name,

0 commit comments

Comments
 (0)