commit | 3788a3d7ca2a14b9ba723f596a30da281c9baaf5 | [log] [tgz] |
---|---|---|
author | Dan Talayco <dan.talayco@bigswitch.com> | Tue Aug 23 22:50:07 2011 -0700 |
committer | Ed Swierk <eswierk@bigswitch.com> | Tue Mar 20 11:13:44 2012 -0700 |
tree | 6a8398de0d9b4e21b4505d0e3ab299dbae28f1ea | |
parent | 830b44153279f760fded6870c3f9d2c75587af97 [diff] |
Do not run FillTableWC by default
diff --git a/tests/caps.py b/tests/caps.py index d0bb2d0..5f05218 100644 --- a/tests/caps.py +++ b/tests/caps.py
@@ -161,3 +161,5 @@ def runTest(self): caps_logger.info("Running " + str(self)) flow_caps_common(self, is_exact=False) + +test_prio["FillTableWC"] = -1