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