Skip to content

Commit b406a82

Browse files
committed
Do not disable global config when disabled
as an attempt to fix 'Handles Server Extension Failure' test failures
1 parent 64da84f commit b406a82

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

atest/Keywords.resource

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@ Setup Server and Browser
1616
Initialize Global Variables
1717
Create Notebok Server Config ${server_extension_enabled}
1818
Initialize User Settings
19-
${disable_global_config} = Set Variable If ${server_extension_enabled} != ${True} '1' ${EMPTY}
2019
${server} = Start Process jupyter-lab
2120
... cwd=${NOTEBOOK DIR}
2221
... stdout=${LAB LOG}
2322
... stderr=STDOUT
2423
... env:HOME=${HOME}
25-
... env:JUPYTER_NO_CONFIG=${disable_global_config}
24+
... env:JUPYTER_NO_CONFIG=${EMPTY}
2625
Set Global Variable ${SERVER} ${server}
2726
Open JupyterLab
2827
Read Page Config

0 commit comments

Comments
 (0)