From b77a5f54a1bbab1081b3430b826ff732e74c6e4d Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 13 Aug 2017 17:18:16 -0700 Subject: [PATCH] Disable building tests for protobuf due to https://github.com/alphaHeavy/protobuf/issues/34 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 432feaf9..9ed87035 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3649,6 +3649,9 @@ skipped-tests: # https://github.com/bos/wreq/issues/107 - wreq + # https://github.com/alphaHeavy/protobuf/issues/34 + - protobuf + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We