Ignore tests that no longer work

Previous changes caused tests that use @TestCaseName to start to
fail but did not update the tests to ensure that they still run.

Bug: 38419944
Test: run tests as described in Android.mk
Change-Id: I2d5ed10bcf49fa114f73292bbe06fd70c158ae99
diff --git a/README.google b/README.google
index 3f85ec8..1b6a564 100644
--- a/README.google
+++ b/README.google
@@ -14,3 +14,6 @@
                  java.beans.PropertyEditorManager classes by
                  removing the usages of them.
       36074730 - Make sure that filters affect the Description.
+      36541809 - Hard code the description name to be compatible with CTS
+                 and prevent use of @TestCaseName.
+                 Ignore tests broken by the above change.