Re-enable Vp9FlexModeRefCount

Looks like this test was disable (https://codereview.webrtc.org/1556273002) but never re-enabled after the bug was fixed.

BUG=webrtc:5402

Review-Url: https://codereview.webrtc.org/1914893003
Cr-Commit-Position: refs/heads/master@{#12606}
This commit is contained in:
philipel
2016-05-03 05:45:43 -07:00
committed by Commit bot
parent 35fdb2a914
commit 696a802332

View File

@ -2269,9 +2269,6 @@ TEST_F(VideoSendStreamTest, Vp9NonFlexModeSmallResolution) {
RunBaseTest(&test);
}
#if !defined(MEMORY_SANITIZER)
// Fails under MemorySanitizer:
// See https://code.google.com/p/webrtc/issues/detail?id=5402.
TEST_F(VideoSendStreamTest, Vp9FlexModeRefCount) {
class FlexibleMode : public Vp9HeaderObserver {
void ModifyVideoConfigsHook(
@ -2296,6 +2293,5 @@ TEST_F(VideoSendStreamTest, Vp9FlexModeRefCount) {
RunBaseTest(&test);
}
#endif
} // namespace webrtc