[Pkg-javascript-commits] [node-tap] 138/186: Remove test that fail due to timing

Bastien Roucariès rouca at moszumanska.debian.org
Fri Dec 1 16:40:53 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-tap.

commit 277f559768c0acb4686ce136df1002b1dd920037
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date:   Tue Sep 12 11:50:38 2017 +0200

    Remove test that fail due to timing
    
    Forwarded: no
---
 test-legacy/runner-epipe.js | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/test-legacy/runner-epipe.js b/test-legacy/runner-epipe.js
index 5e298ee..a023bae 100644
--- a/test-legacy/runner-epipe.js
+++ b/test-legacy/runner-epipe.js
@@ -10,6 +10,9 @@ if (process.version.match(/^0\.1[02]\./)) {
   process.exit()
 }
 
+/* not suitable for buildd */
+process.exit()
+
 var cp = require('child_process')
 var spawn = cp.spawn
 var execFile = cp.execFile

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-tap.git



More information about the Pkg-javascript-commits mailing list