File tree 2 files changed +9
-7
lines changed
2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -75,13 +75,13 @@ jobs:
75
75
# TODO: this test is flaky and was disabled
76
76
# https://github.com/project-chip/connectedhomeip/issues/34598
77
77
#
78
- # - name:
79
- # Test casting from Linux tv-casting-app to Linux tv-app -
80
- # Commissioner Generated Passcode
81
- # run: |
82
- # ./scripts/run_in_build_env.sh \
83
- # "python3 ./scripts/tests/run_tv_casting_test.py --commissioner-generated-passcode=True"
84
- # timeout-minutes: 2 # Comment this out to debug if GitHub Action times out.
78
+ - name :
79
+ Test casting from Linux tv-casting-app to Linux tv-app -
80
+ Commissioner Generated Passcode
81
+ run : |
82
+ ./scripts/run_in_build_env.sh \
83
+ "python3 ./scripts/tests/run_tv_casting_test.py --commissioner-generated-passcode=True"
84
+ timeout-minutes : 2 # Comment this out to debug if GitHub Action times out.
85
85
86
86
- name : Uploading Size Reports
87
87
uses : ./.github/actions/upload-size-reports
Original file line number Diff line number Diff line change @@ -65,7 +65,9 @@ class GlobalMinimalMdnsServer : public mdns::Minimal::ServerDelegate
65
65
{
66
66
if (mQueryDelegate != nullptr )
67
67
{
68
+ ChipLogProgress (Discovery, " SHAO before calling mQueryDelegate->OnMdnsPacketData fn" );
68
69
mQueryDelegate ->OnMdnsPacketData (data, info);
70
+ ChipLogProgress (Discovery, " SHAO after calling mQueryDelegate->OnMdnsPacketData fn" );
69
71
}
70
72
}
71
73
You can’t perform that action at this time.
0 commit comments