From e8e78983c4c9dfe7c02bf0e3f16277e84d02532f Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Mon, 2 Dec 2024 14:57:58 -0500 Subject: [PATCH] disable randomly hanging lazy_04 test see #17721 --- tests/base/lazy_04.cc | 1 + ...y_04.threads=4.output => lazy_04.threads=4.expect=run.output} | 0 2 files changed, 1 insertion(+) rename tests/base/{lazy_04.threads=4.output => lazy_04.threads=4.expect=run.output} (100%) diff --git a/tests/base/lazy_04.cc b/tests/base/lazy_04.cc index 8b5e100241..6a67acd45d 100644 --- a/tests/base/lazy_04.cc +++ b/tests/base/lazy_04.cc @@ -26,6 +26,7 @@ int main() { + return 1; // test is disabled for now as it hangs randomly initlog(); Lazy lazy_integer; diff --git a/tests/base/lazy_04.threads=4.output b/tests/base/lazy_04.threads=4.expect=run.output similarity index 100% rename from tests/base/lazy_04.threads=4.output rename to tests/base/lazy_04.threads=4.expect=run.output -- 2.39.5