-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable MediaPlaybackService #2212
Disable MediaPlaybackService #2212
Conversation
1b2091d
to
50d6b08
Compare
Datadog ReportBranch report: ✅ 0 Failed, 29853 Passed, 1 Skipped, 31m 34.7s Wall Time New Flaky Tests (2)
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #2212 +/- ##
=======================================
Coverage 58.52% 58.53%
=======================================
Files 1907 1908 +1
Lines 94568 94584 +16
=======================================
+ Hits 55349 55365 +16
Misses 39219 39219 ☔ View full report in Codecov by Sentry. |
50d6b08
to
9d70021
Compare
Pull Request is not mergeable
Submit youtube#2184 again. Replaced `MediaModule mediaModule = MediaModule(nullptr, nullptr);` with `MediaModule mediaModule(nullptr, nullptr);` in cobalt/media/media_module_test.cc. b/319146388
Submit #2184 again.
Replaced
MediaModule mediaModule = MediaModule(nullptr, nullptr);
withMediaModule mediaModule(nullptr, nullptr);
in cobalt/media/media_module_test.cc.b/319146388