From a94708b8be1f457361e6b5b98651d129e9ddd70d Mon Sep 17 00:00:00 2001
From: Stephen Crane <sjc@immunant.com>
Date: Thu, 3 Oct 2024 16:35:47 -0700
Subject: [PATCH] Disable heap_two_keys in lit

---
 tests/lit.cfg.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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',