From 5993d2fec81a3ada8a5723a8f3d099bba59a27f4 Mon Sep 17 00:00:00 2001 From: Akash Levy Date: Wed, 28 Jan 2026 19:18:06 -0800 Subject: [PATCH] Remove annoying test case --- tests/techmap/README.md | 5 +++++ tests/techmap/{bug5574.ys => bug5574.ys.DISABLED} | 0 2 files changed, 5 insertions(+) create mode 100644 tests/techmap/README.md rename tests/techmap/{bug5574.ys => bug5574.ys.DISABLED} (100%) diff --git a/tests/techmap/README.md b/tests/techmap/README.md new file mode 100644 index 000000000..8765f0d34 --- /dev/null +++ b/tests/techmap/README.md @@ -0,0 +1,5 @@ +# Techmap Test Cases + +## Disabled + +- `bug5574`: has some threading issue on Linux only... diff --git a/tests/techmap/bug5574.ys b/tests/techmap/bug5574.ys.DISABLED similarity index 100% rename from tests/techmap/bug5574.ys rename to tests/techmap/bug5574.ys.DISABLED