From c321059b72205df083044c93d7d28fcc506d8262 Mon Sep 17 00:00:00 2001 From: Ara Nguyen Date: Tue, 20 Sep 2022 19:18:10 -0400 Subject: [PATCH] temporarily disable flatbuffers awaiting https://github.com/google/flatbuffers/pull/7535 --- buildkite/bazelci.py | 1 + 1 file changed, 1 insertion(+) diff --git a/buildkite/bazelci.py b/buildkite/bazelci.py index 88f0ef6c1e..0ac5e61134 100755 --- a/buildkite/bazelci.py +++ b/buildkite/bazelci.py @@ -189,6 +189,7 @@ "git_repository": "https://github.com/google/flatbuffers.git", "http_config": "https://raw.githubusercontent.com/google/flatbuffers/master/.bazelci/presubmit.yml", "pipeline_slug": "flatbuffers", + "disabled_reason": "waiting on https://github.com/google/flatbuffers/pull/7535", }, "Flogger": { "git_repository": "https://github.com/google/flogger.git",