Skip to content

Commit 6619e7b

Browse files
committed
Update sagemaker_studio_dataengineering_extensions tests
Remove running the unit test, because the tests are not built into pypi and conda to minimize the size. Function tests are covered by integ test/canary.
1 parent 2a0e2a0 commit 6619e7b

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

test/test_artifacts/v2/sagemaker_studio_dataengineering_extensions.test.Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@ RUN jupyter labextension list &> >(grep --color=never @amzn/sagemaker-connection
1212
RUN python -c "import sagemaker_ui_doc_manager_jl_plugin"
1313
RUN jupyter labextension list &> >(grep --color=never @amzn/sagemaker-ui-doc-manager-jl-plugin) | grep enabled
1414

15-
COPY --chown=$MAMBA_USER:$MAMBA_USER scripts/run_sagemaker_studio_dataengineering_extensions_test.sh .
16-
RUN chmod +x run_sagemaker_studio_dataengineering_extensions_test.sh
17-
CMD ["./run_sagemaker_studio_dataengineering_extensions_test.sh"]
15+
16+
RUN jupyter labextension list &> >(grep --color=never sagemaker_sparkmonitor) | grep enabled

test/test_artifacts/v2/scripts/run_sagemaker_studio_dataengineering_extensions_test.sh

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)