Merge "Disable the TestSuperframeIndexIsOptional test with ANS." into nextgenv2
This commit is contained in:
@@ -108,7 +108,11 @@ VP9_INSTANTIATE_TEST_CASE(SuperframeTest, ::testing::Combine(
|
||||
::testing::Values(::libvpx_test::kTwoPassGood),
|
||||
::testing::Values(0)));
|
||||
|
||||
// The superframe index is currently mandatory with ANS due to the decoder
|
||||
// starting at the end of the buffer.
|
||||
#if !CONFIG_ANS
|
||||
VP10_INSTANTIATE_TEST_CASE(SuperframeTest, ::testing::Combine(
|
||||
::testing::Values(::libvpx_test::kTwoPassGood),
|
||||
::testing::Values(1)));
|
||||
#endif
|
||||
} // namespace
|
||||
|
Reference in New Issue
Block a user