Add 132 to redefine-stress skips

This test sporadically fails on redefine stress and doesn't give any
stacktrace. It appears to only occur during shutdown so until we can
investigate further disable the test.

Test: ./test.py --host
Bug: 121302864
Change-Id: Ibdae05cfed88a38f1bad9f963b4b70f83bdbf809
diff --git a/test/knownfailures.json b/test/knownfailures.json
index 879f2fd..983c16a 100644
--- a/test/knownfailures.json
+++ b/test/knownfailures.json
@@ -6,6 +6,12 @@
         "bug": "http://b/33389022"
     },
     {
+        "tests": "132-daemon-locks-shutdown",
+        "description": ["This test seems to fail occasionally on redefine-stress for unknown reasons without stack-traces"],
+        "variant": "redefine-stress",
+        "bug": "http://b/121302864"
+    },
+    {
         "tests": "579-inline-infinite",
         "description": ["This test seems to fail often on redefine-stress for unknown reasons"],
         "variant": "redefine-stress",