Disable the TestSuperframeIndexIsOptional test with ANS.

Change-Id: Id55a741e2015c4e01d156d3fe5319498b016b9cf
This commit is contained in:
Alex Converse
2016-04-12 18:33:07 -07:00
parent 1d043d56da
commit c3688e398c

View File

@@ -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