Suppress the isTTY spec, not reliable on some machines
authorCheng Zhao <zcbenz@gmail.com>
Mon, 7 Sep 2015 14:42:46 +0000 (22:42 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Mon, 7 Sep 2015 14:42:46 +0000 (22:42 +0800)
spec/node-spec.coffee

index d7c3b06..94174c3 100644 (file)
@@ -138,5 +138,6 @@ describe 'node feature', ->
     it 'should not throw exception', ->
       process.stdout
 
-    it 'should have isTTY defined', ->
+    # Not reliable on some machines
+    xit 'should have isTTY defined', ->
       assert.equal typeof(process.stdout.isTTY), 'boolean'