From 2be9cd13034e5ee5ab6a2a1670a624ba139310c3 Mon Sep 17 00:00:00 2001 From: PatrickBue Date: Thu, 14 Nov 2019 17:43:51 -0500 Subject: [PATCH] Update azure-pipeline-azureml-notebook-test.yml --- tests/.ci/azure-pipeline-azureml-notebook-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/.ci/azure-pipeline-azureml-notebook-test.yml b/tests/.ci/azure-pipeline-azureml-notebook-test.yml index f75fdfe..794fe28 100644 --- a/tests/.ci/azure-pipeline-azureml-notebook-test.yml +++ b/tests/.ci/azure-pipeline-azureml-notebook-test.yml @@ -41,7 +41,7 @@ jobs: - bash: | source activate cv python -m ipykernel install --user --name cv --display-name "cv" - pytest -q --subscription_id=$(subscriptionid) --resource_group=$(resource_group) --workspace_name=$(workspace_name) --workspace_region=$(workspace_region) --junitxml $(junitxml) -m azuremlnotebooks + pytest -q --ignore=contrib --subscription_id=$(subscriptionid) --resource_group=$(resource_group) --workspace_name=$(workspace_name) --workspace_region=$(workspace_region) --junitxml $(junitxml) -m azuremlnotebooks displayName: 'Run AzureML notebook tests' - bash: |