From ac5bb9d75106a57e964c605d326bb197add5105c Mon Sep 17 00:00:00 2001 From: Paul Hewlett Date: Mon, 17 Apr 2023 09:13:38 +0100 Subject: [PATCH] Notebook test fails in pipeline Problem: The notebook functest for notebook 'Sharing Artist Asset with User' fails in pipeline because a root access token is required. Solution: Added skip clause to suppress the test. Fixes AB#7742 Signed-off-by: Paul Hewlett --- functests/execnotebooks.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/functests/execnotebooks.py b/functests/execnotebooks.py index dcb139db..e912c53f 100644 --- a/functests/execnotebooks.py +++ b/functests/execnotebooks.py @@ -2,6 +2,7 @@ Test subjects """ from os import getenv +from unittest import skip from testbook import testbook @@ -248,6 +249,7 @@ def test_create_compliance_dynamic_tolerance(self): self.check_notebook_cell(notebook, 7) LOGGER.debug("=================================") + @skip("Requires root access credentials - see #7742") def test_share_artist_asset_user(self): """ Test share_artist_asset_user