Skip to content

Commit

Permalink
tests/functional/lang-gc: Disable for now
Browse files Browse the repository at this point in the history
  • Loading branch information
roberth committed Jul 22, 2024
1 parent 380becf commit f2e0cec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/functional/lang-gc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ source common.sh

set -o pipefail

skipTest "Too memory instensive for CI. Attempt to reduce memory usage was unsuccessful, because it made detection of the bug unreliable."

# Regression test for #11141. The stack pointer corrector assigned the base
# instead of the top (which resides at the low end of the stack). Sounds confusing?
# Stacks grow downwards, so that's why this mistake happened.
Expand Down

0 comments on commit f2e0cec

Please sign in to comment.