Skip to content

Commit

Permalink
skipping nni integration test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgfierro committed May 24, 2019
1 parent 176d55e commit 6134989
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/integration/test_notebooks_python.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@ def test_vw_deep_dive_integration(notebooks, size, expected_values):


@pytest.mark.integration
@pytest.mark.skipif(sys.platform == "win32", reason="nni not installable on windows")
#@pytest.mark.skipif(sys.platform == "win32", reason="nni not installable on windows")
@pytest.mark.skip(reason="https://github.com/microsoft/recommenders/issues/746")
def test_nni_tuning_svd(notebooks, tmp):
notebook_path = notebooks["nni_tuning_svd"]
pm.execute_notebook(notebook_path, OUTPUT_NOTEBOOK, kernel_name=KERNEL_NAME,
Expand Down

0 comments on commit 6134989

Please sign in to comment.