Disable test 579 on redefine-stress for now

This test seems quite flaky on redefine-stress for unknown reasons.
Until it can be investigated more we will disable it.

Test: ./test.py --host -j50
Bug: 73871735
Change-Id: I51be0837ad7aeb1b046bad468cec932b946b6b6f
diff --git a/test/knownfailures.json b/test/knownfailures.json
index fe1e31e..4a5056f 100644
--- a/test/knownfailures.json
+++ b/test/knownfailures.json
@@ -12,6 +12,12 @@
         "bug": "http://b/33389022"
     },
     {
+        "tests": "579-inline-infinite",
+        "description": ["This test seems to fail often on redefine-stress for unknown reasons"],
+        "variant": "redefine-stress",
+        "bug": "http://b/73871735"
+    },
+    {
         "tests": "080-oom-fragmentation",
         "description": "Disable 080-oom-fragmentation due to flakes.",
         "bug": "http://b/33795328"