From e1c9bb376e2d7fa9403c7e6a22e879d41b22cd2a Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Mon, 7 May 2018 11:30:36 -0700 Subject: [PATCH] test: move http2-misbehaving-flow-control-paused At least as currently written, test-http2-misbehaving-flow-control-paused is sensitive to resource constraints and has been observed to be unreliable in CI. Move it to sequential so it is not competing with other tests for resources. --- .../test-http2-misbehaving-flow-control-paused.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{parallel => sequential}/test-http2-misbehaving-flow-control-paused.js (100%) diff --git a/test/parallel/test-http2-misbehaving-flow-control-paused.js b/test/sequential/test-http2-misbehaving-flow-control-paused.js similarity index 100% rename from test/parallel/test-http2-misbehaving-flow-control-paused.js rename to test/sequential/test-http2-misbehaving-flow-control-paused.js