summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test_vector_test.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/test_vector_test.cc b/test/test_vector_test.cc
index a217ead76..5a9737122 100644
--- a/test/test_vector_test.cc
+++ b/test/test_vector_test.cc
@@ -194,10 +194,9 @@ INSTANTIATE_TEST_CASE_P(
static_cast<const libvpx_test::CodecFactory *>(&libvpx_test::kVP9)),
::testing::Combine(
::testing::Range(2, 9), // With 2 ~ 8 threads.
- ::testing::Range(0, 2), // With multi threads modes 0 ~ 2
+ ::testing::Range(0, 3), // With multi threads modes 0 ~ 2
// 0: LPF opt and Row MT disabled
// 1: LPF opt enabled
- // TODO(webm:1626) re-enable Row MT test.
// 2: Row MT enabled
::testing::ValuesIn(libvpx_test::kVP9TestVectors,
libvpx_test::kVP9TestVectors +