Deactivate android studio with bazel tests

Those tests are broken due to some Android Studio folder missing
and the resolution is not soon so this build is just generating noise.

Change-Id: Ibd9b1160abc2ad7eff4b1032b8e0d0cc441b3196
diff --git a/jenkins/jobs/BUILD b/jenkins/jobs/BUILD
index cf4d6ec..7920649 100644
--- a/jenkins/jobs/BUILD
+++ b/jenkins/jobs/BUILD
@@ -198,9 +198,9 @@
 bazel_github_job(
     name = "buildifier",
     org = "bazelbuild",
+    platforms = UNIX_PLATFORMS,
     # Repository was renamed
     project = "buildtools",
-    platforms = UNIX_PLATFORMS,
     targets = [],
     tests = [":tests"],
 )
@@ -280,6 +280,7 @@
 bazel_github_job(
     name = "intellij-android-studio",
     build_opts = ["--define=ij_product=android-studio-latest"],
+    enabled = False,
     org = "bazelbuild",
     platforms = UNIX_PLATFORMS,
     project = "intellij",