mirror of
https://github.com/NixOS/nix.git
synced 2024-11-21 22:32:26 +00:00
tests/functional/lang-gc: Disable for now
This commit is contained in:
parent
380becf0db
commit
f2e0cecf34
@ -9,6 +9,8 @@ source common.sh
|
|||||||
|
|
||||||
set -o pipefail
|
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
|
# 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?
|
# 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.
|
# Stacks grow downwards, so that's why this mistake happened.
|
||||||
|
Loading…
Reference in New Issue
Block a user