Skip to content

Commit 412512a

Browse files
authored
Disable win cert ci job (#558)
1 parent e2e9933 commit 412512a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,10 @@ jobs:
6363
- name: run PubSub sample
6464
run: |
6565
python ${{ env.CI_UTILS_FOLDER }}/run_sample_ci.py --file ${{ env.CI_SAMPLES_CFG_FOLDER }}/ci_run_pubsub_cfg.json
66-
- name: run Windows Certificate Connect sample
67-
run: |
68-
python ${{ env.CI_UTILS_FOLDER }}/run_sample_ci.py --file ${{ env.CI_SAMPLES_CFG_FOLDER }}/ci_run_windows_cert_connect_cfg.json
66+
# TODO Temporarily disable this job. Enable it after the issue is properly fixes.
67+
# - name: run Windows Certificate Connect sample
68+
# run: |
69+
# python ${{ env.CI_UTILS_FOLDER }}/run_sample_ci.py --file ${{ env.CI_SAMPLES_CFG_FOLDER }}/ci_run_windows_cert_connect_cfg.json
6970
- name: configure AWS credentials (MQTT5 samples)
7071
uses: aws-actions/configure-aws-credentials@v1
7172
with:

0 commit comments

Comments
 (0)