Skip to content

Commit e8e7898

Browse files
committed
disable randomly hanging lazy_04 test
see dealii#17721
1 parent aa53ff9 commit e8e7898

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

tests/base/lazy_04.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
int
2727
main()
2828
{
29+
return 1; // test is disabled for now as it hangs randomly
2930
initlog();
3031

3132
Lazy<int> lazy_integer;

0 commit comments

Comments
 (0)