use macro to disable test

This commit is contained in:
itsmattkc
2021-09-20 23:26:19 -07:00
parent 65eee43842
commit aada814ca5
2 changed files with 3 additions and 3 deletions
+2 -3
View File
@@ -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;
}
*/
}