Skip to content

Commit 000ef60

Browse files
liavweissLiav Weiss (EXT-Nokia)
andauthored
fix: re-enable exit hanler test. (#11100)
Signed-off-by: Liav Weiss (EXT-Nokia) <liav.weiss.ext@nokia.com> Co-authored-by: Liav Weiss (EXT-Nokia) <liav.weiss.ext@nokia.com>
1 parent 4458bdd commit 000ef60

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/e2e-test.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,8 @@ jobs:
153153
- name: Basic sample tests - sequential
154154
run: pip3 install -r ./test/sample-test/requirements.txt && pip3 install kfp~=2.0 && python3 ./test/sample-test/sample_test_launcher.py sample_test run_test --namespace kubeflow --test-name sequential --results-gcs-dir output
155155

156-
# Disabled while https://github.com/kubeflow/pipelines/issues/10885 is not resolved
157-
# - name: Basic sample tests - exit_handler
158-
# run: pip3 install -r ./test/sample-test/requirements.txt && pip3 install kfp~=2.0 && python3 ./test/sample-test/sample_test_launcher.py sample_test run_test --namespace kubeflow --test-name exit_handler --results-gcs-dir output
156+
- name: Basic sample tests - exit_handler
157+
run: pip3 install -r ./test/sample-test/requirements.txt && pip3 install kfp~=2.0 && python3 ./test/sample-test/sample_test_launcher.py sample_test run_test --namespace kubeflow --test-name exit_handler --results-gcs-dir output
159158

160159
- name: Collect test results
161160
if: always()

0 commit comments

Comments
 (0)