Disable SendsAndReceivesVP9 test for now.
Fails on linux memcheck and DrMemory. Will re-enable on next libvpx roll. TBR=stefan@webrtc.org Review URL: https://webrtc-codereview.appspot.com/27699004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7424 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
c87b74717b
commit
4ddbbed16e
@ -225,7 +225,9 @@ TEST_F(EndToEndTest, TransmitsFirstFrame) {
|
||||
DestroyStreams();
|
||||
}
|
||||
|
||||
TEST_F(EndToEndTest, SendsAndReceivesVP9) {
|
||||
// TODO(marpan): Re-enable this test after adding more suppressions, or on the
|
||||
// next libvpx roll.
|
||||
TEST_F(EndToEndTest, DISABLED_SendsAndReceivesVP9) {
|
||||
class VP9Observer : public test::EndToEndTest, public VideoRenderer {
|
||||
public:
|
||||
VP9Observer()
|
||||
|
Loading…
x
Reference in New Issue
Block a user