Disable some VP8 tests on Android.
DecodeWithACompleteKeyFrame and FixedTemporalLayersStrategy. TBR=andresp BUG=2037 Review URL: https://webrtc-codereview.appspot.com/2283004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4829 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -21,6 +21,7 @@
|
||||
#include "webrtc/system_wrappers/interface/clock.h"
|
||||
#include "webrtc/system_wrappers/interface/scoped_ptr.h"
|
||||
#include "webrtc/test/testsupport/fileutils.h"
|
||||
#include "webrtc/test/testsupport/gtest_disable.h"
|
||||
|
||||
using ::testing::_;
|
||||
using ::testing::AllOf;
|
||||
@ -324,7 +325,8 @@ class TestVideoSenderWithVp8 : public TestVideoSender {
|
||||
int available_bitrate_kbps_;
|
||||
};
|
||||
|
||||
TEST_F(TestVideoSenderWithVp8, FixedTemporalLayersStrategy) {
|
||||
TEST_F(TestVideoSenderWithVp8,
|
||||
DISABLED_ON_ANDROID(FixedTemporalLayersStrategy)) {
|
||||
// It appears that this 5 seconds simulation are need to allow
|
||||
// bitrate and framerate to stabilize.
|
||||
// TODO(andresp): the framerate calculation should be improved.
|
||||
|
||||
Reference in New Issue
Block a user