From 813fd4c6311f935dcf50aec0aa217be1a5ebe468 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Wed, 14 Apr 2010 23:11:50 -0700 Subject: [PATCH] suppress valgrind testing of new nsc test suite --- test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test.py b/test.py index abe6b5f37..fb5fda6e1 100755 --- a/test.py +++ b/test.py @@ -63,6 +63,7 @@ core_kinds = ["bvt", "core", "system", "unit"] # core_valgrind_skip_tests = [ "ns3-tcp-cwnd", + "nsc-tcp-loss", "ns3-tcp-interoperability", ]