From b5638fbdee3ce48e71bd472d81855f3162d04112 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 12 Oct 2015 11:13:17 +0900 Subject: [PATCH] allow websockets tests failure (jaspervdj/websockets#104) May be intermittent but happened twice in a row for current nightly build --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 625f865b..a8b661ff 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2026,6 +2026,9 @@ expected-test-failures: # https://github.com/alcidesv/second-transfer/issues/3 - second-transfer + # https://github.com/jaspervdj/websockets/issues/104 + - websockets + # end of expected-test-failures