summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/remake_with_subtitle_test.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/remake_with_subtitle_test.cc b/test/remake_with_subtitle_test.cc
index eb9ab568c..0190e9837 100644
--- a/test/remake_with_subtitle_test.cc
+++ b/test/remake_with_subtitle_test.cc
@@ -44,4 +44,7 @@ BOOST_AUTO_TEST_CASE (remake_with_subtitle_test)
content->subtitle->set_use (false);
film->make_dcp ();
BOOST_REQUIRE (!wait_for_jobs ());
+
+ /* Nothing is being checked here so this test is not complete */
+ DCPOMATIC_ASSERT (false);
}