From a5e046632f42e706e39256fcf50b1ab08447abbf Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Sat, 22 Oct 2016 16:21:34 +0200 Subject: [PATCH] test: move flaky test to test/pummel Move sequential/test-crypto-timing-safe-equal-benchmarks to test/pummel because it fails for me locally quite frequently and because it takes about five or six seconds to complete, which is too long for a test in test/sequential. Fixes: https://github.com/nodejs/node/issues/8744 PR-URL: https://github.com/nodejs/node/pull/9241 Reviewed-By: Colin Ihrig Reviewed-By: James M Snell Reviewed-By: not-an-aardvark --- .../test-crypto-timing-safe-equal-benchmarks.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{sequential => pummel}/test-crypto-timing-safe-equal-benchmarks.js (100%) diff --git a/test/sequential/test-crypto-timing-safe-equal-benchmarks.js b/test/pummel/test-crypto-timing-safe-equal-benchmarks.js similarity index 100% rename from test/sequential/test-crypto-timing-safe-equal-benchmarks.js rename to test/pummel/test-crypto-timing-safe-equal-benchmarks.js