mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-09 15:58:05 +02:00
tests/functional/lang-gc: Disable for now
This commit is contained in:
parent
380becf0db
commit
f2e0cecf34
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue