summaryrefslogtreecommitdiff
path: root/test/j2k_bandwidth_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/j2k_bandwidth_test.cc')
-rw-r--r--test/j2k_bandwidth_test.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/j2k_bandwidth_test.cc b/test/j2k_bandwidth_test.cc
index 04e30d651..03163d8ea 100644
--- a/test/j2k_bandwidth_test.cc
+++ b/test/j2k_bandwidth_test.cc
@@ -60,7 +60,9 @@ check (int target_bits_per_second)
dcp::VerificationNote::Code::NEARLY_INVALID_PICTURE_FRAME_SIZE_IN_BYTES,
dcp::VerificationNote::Code::INVALID_PICTURE_FRAME_SIZE_IN_BYTES,
dcp::VerificationNote::Code::INVALID_JPEG2000_TILE_PART_SIZE,
- });
+ },
+ target_bits_per_second <= 250000000
+ );
boost::filesystem::directory_iterator i (boost::filesystem::path("build") / "test" / name / "video");
boost::filesystem::path test = *i++;