Disable tast test arc.BuildProperties on chromeos-kevin-rel.

Currently failing after the last lkgm roll:
https://ci.chromium.org/p/chromium/builders/ci/chromeos-kevin-rel

Bug: 866062
Change-Id: Idbc62420a8d9cc100f00e661b72ff0bad8c000e3
Reviewed-on: https://chromium-review.googlesource.com/c/1483360
Reviewed-by: John Budorick <[email protected]>
Commit-Queue: Ben Pastene <[email protected]>
Cr-Commit-Position: refs/heads/master@{#634762}
diff --git a/chromeos/BUILD.gn b/chromeos/BUILD.gn
index 2b31d0f..5e09fb6 100644
--- a/chromeos/BUILD.gn
+++ b/chromeos/BUILD.gn
@@ -285,6 +285,7 @@
     tast_disabled_tests = [
       # Disabled due to misleading USE flags on full boards. crbug.com/916367
       "arc.Boot",
+      "arc.BuildProperties",
       "security.NetworkListenersARC",
       "video.WebRTCPeerConnCameraVP8",  # crbug.com/923061
     ]