From 1f87861ecc03df43d0d3f32358ad61702505cdde Mon Sep 17 00:00:00 2001 From: Christian Hopps Date: Sun, 26 Sep 2021 01:52:11 -0400 Subject: [PATCH] tests: revert default enable of memleak tests Revert the accidental enabling of the optional memleak tests that came with the large micronet changeset. Signed-off-by: Christian Hopps --- tests/topotests/pytest.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/topotests/pytest.ini b/tests/topotests/pytest.ini index 33c5635eb2..7dd13935b1 100644 --- a/tests/topotests/pytest.ini +++ b/tests/topotests/pytest.ini @@ -81,4 +81,3 @@ markers = # memleak_path = /tmp/memleak_ # Output files will be named after the testname: # /tmp/memleak_test_ospf_topo1.txt -memleak_path = /tmp/memleak_ -- 2.39.5