diff --git a/tests/lit.cfg.py b/tests/lit.cfg.py index e0db9b906..6ce04be15 100644 --- a/tests/lit.cfg.py +++ b/tests/lit.cfg.py @@ -22,7 +22,8 @@ config.excludes = [entry.name for entry in os.scandir(os.path.dirname(os.path.abspath(__file__))) if entry.name not in [ 'global_fn_ptr', 'header_includes', - 'heap_two_keys', +# TODO(#413) +# 'heap_two_keys', 'macro_attr', 'minimal', 'mmap_loop',