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