Revert "Eanble Record test on vogar"

This reverts commit 115137cb12ad182e31261ffaea9f82a17fa47a49.

Reason for revert: The test still fails on the LUCI bots. I suspect that the md5-cache created by vogar needs to be cleared.

Change-Id: I7a635376214ff684ba9060a6f93c1639bc6b7490
diff --git a/tools/libcore_failures.txt b/tools/libcore_failures.txt
index ad0e765..fc28acd 100644
--- a/tools/libcore_failures.txt
+++ b/tools/libcore_failures.txt
@@ -344,5 +344,13 @@
   names: ["libcore.android.system.OsConstantsTest#test_CAP_TO_INDEX",
           "libcore.android.system.OsConstantsTest#test_CAP_TO_MASK",
           "libcore.android.system.OsConstantsTest#test_CAP_constants"]
+},
+{
+   description: "Record test doens't work properly on vogar/",
+   result: EXEC_FAILED,
+   bug: 272698028,
+   names: ["libcore.java.lang.RecordTest",
+           "crossvmtest.java.lang.RecordComponentTest",
+           "crossvmtest.java.lang.RecordTest"]
 }
 ]