ART: Disable 716-jli-jit-samples for jvmti stress tests

Bug: 37272822
Test: art/test.py --host --jvmti-stress -r -t 716
Test: art/test.py --host --redefine-stress -r -t 716
Change-Id: I77c3962b01701549c93fb33028dfcf87890373e1
diff --git a/test/knownfailures.json b/test/knownfailures.json
index e109bf5..f313758 100644
--- a/test/knownfailures.json
+++ b/test/knownfailures.json
@@ -412,10 +412,11 @@
             ".*methodhandle.*",
             ".*method-handle.*",
             ".*varhandle.*",
-            ".*var-handle.*"
+            ".*var-handle.*",
+            "716-jli-jit-samples"
         ],
         "description": [
-            "Tests that use invoke-polymorphic/invoke-custom which is not yet supported by",
+            "Tests for bytecodes introduced after DEX version 037 that are unsupported by",
             "dexter/slicer."
         ],
         "bug": "b/37272822",