Revert "Enable tracemalloc in integration tests with at most 3 frames"

This reverts commit 813448683c.
This commit is contained in:
Olivier Gayot 2023-02-24 19:53:57 +01:00
parent 914abfd5a8
commit f55d3a6056
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
set -eux set -eux
export PYTHONPATH=$PWD:$PWD/probert:$PWD/curtin export PYTHONPATH=$PWD:$PWD/probert:$PWD/curtin
export PYTHONTRACEMALLOC=3
RELEASE=$(lsb_release -rs) RELEASE=$(lsb_release -rs)