Disable PeerScenarioQualityTest.PsnrIsCollected on windows.

Disabled due to flakiness.

Bug: webrtc:10839
Change-Id: I651aca6efef4083b4ee008956becab9aa8167121
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/169361
Reviewed-by: Artem Titov <titovartem@webrtc.org>
Commit-Queue: Sebastian Jansson <srte@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#30626}
This commit is contained in:
Sebastian Jansson
2020-02-27 11:59:51 +01:00
committed by Commit Bot
parent 3e1b7f39f3
commit eed48b86ed

View File

@ -13,8 +13,12 @@
namespace webrtc {
namespace test {
TEST(PeerScenarioQualityTest, PsnrIsCollected) {
#if defined(WEBRTC_WIN)
#define MAYBE_PsnrIsCollected DISABLED_PsnrIsCollected
#else
#define MAYBE_PsnrIsCollected PsnrIsCollected
#endif
TEST(PeerScenarioQualityTest, MAYBE_PsnrIsCollected) {
VideoQualityAnalyzer analyzer;
{
PeerScenario s(*test_info_);