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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user