File tree 1 file changed +10
-7
lines changed
1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -71,13 +71,16 @@ jobs:
71
71
"python3 ./scripts/tests/run_tv_casting_test.py"
72
72
timeout-minutes : 2 # Comment this out to debug if GitHub Action times out.
73
73
74
- - name :
75
- Test casting from Linux tv-casting-app to Linux tv-app -
76
- Commissioner Generated Passcode
77
- run : |
78
- ./scripts/run_in_build_env.sh \
79
- "python3 ./scripts/tests/run_tv_casting_test.py --commissioner-generated-passcode=True"
80
- timeout-minutes : 2 # Comment this out to debug if GitHub Action times out.
74
+ # TODO: this test is flaky and was disabled
75
+ # https://github.com/project-chip/connectedhomeip/issues/34598
76
+ #
77
+ # - name:
78
+ # Test casting from Linux tv-casting-app to Linux tv-app -
79
+ # Commissioner Generated Passcode
80
+ # run: |
81
+ # ./scripts/run_in_build_env.sh \
82
+ # "python3 ./scripts/tests/run_tv_casting_test.py --commissioner-generated-passcode=True"
83
+ # timeout-minutes: 2 # Comment this out to debug if GitHub Action times out.
81
84
82
85
- name : Uploading Size Reports
83
86
uses : ./.github/actions/upload-size-reports
You can’t perform that action at this time.
0 commit comments