use macro to disable test
This commit is contained in:
@@ -29,8 +29,8 @@
|
||||
|
||||
namespace olive {
|
||||
|
||||
/* FIXME: New hashing algorithm means this test will fail for the moment, re-enable it later.
|
||||
OLIVE_ADD_TEST(MergeRGBOptimization)
|
||||
// FIXME: New hashing algorithm means this test will fail for the moment, re-enable it later.
|
||||
OLIVE_ADD_DISABLED_TEST(MergeRGBOptimization)
|
||||
{
|
||||
Project project;
|
||||
|
||||
@@ -106,6 +106,5 @@ OLIVE_ADD_TEST(MergeRGBOptimization)
|
||||
|
||||
OLIVE_TEST_END;
|
||||
}
|
||||
*/
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user