From f40ffea5dd5ccb7aaefdacdacd18a65c451b9d79 Mon Sep 17 00:00:00 2001 From: James M Snell Date: Mon, 27 Nov 2017 12:01:27 -0800 Subject: [PATCH] http2,test: mark test-http2-client-upload flaky on win32 Test recently started failing only in CI, unable to recreate locally on multiple test machines. Need to investigate further. --- test/parallel/parallel.status | 1 + 1 file changed, 1 insertion(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 2297aad9c88edf..10422f4f28b8e4 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -7,6 +7,7 @@ prefix parallel [true] # This section applies to all platforms [$system==win32] +test-http2-client-upload: PASS,FLAKY [$system==linux]