From 17d0eeeb006a1cb588b4c974bc765deab28eec58 Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Wed, 23 Apr 2014 15:45:00 -0300 Subject: [PATCH] skip pending tests:wq --- test/test.random.js | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/test/test.random.js b/test/test.random.js index d903268..a84eeda 100644 --- a/test/test.random.js +++ b/test/test.random.js @@ -104,28 +104,28 @@ describe('Key randomness tests', function() { (p-0.5).should.be.below(0.01); }); - it('should pass Test For The Longest Run Of Ones In A Block', function() { + it.skip('should pass Test For The Longest Run Of Ones In A Block', function() { }); - it('should pass Random Binary Matrix Rank Test', function() { + it.skip('should pass Random Binary Matrix Rank Test', function() { }); - it('should pass Discrete Fourier Transform (Spectral) Test', function() { + it.skip('should pass Discrete Fourier Transform (Spectral) Test', function() { }); - it('should pass Non-Overlapping (Aperiodic) Template Matching Test', function() { + it.skip('should pass Non-Overlapping (Aperiodic) Template Matching Test', function() { }); - it('should pass Overlapping (Periodic) Template Matching Test', function() { + it.skip('should pass Overlapping (Periodic) Template Matching Test', function() { }); - it('should pass Maurers Universal Statistical Test', function() { + it.skip('should pass Maurers Universal Statistical Test', function() { }); - it('should pass Linear Complexity Test', function() { + it.skip('should pass Linear Complexity Test', function() { }); - it('should pass Serial Test', function() { + it.skip('should pass Serial Test', function() { }); - it('should pass Approximate Entropy Test', function() { + it.skip('should pass Approximate Entropy Test', function() { }); - it('should pass Cumulative Sum (Cusum) Test', function() { + it.skip('should pass Cumulative Sum (Cusum) Test', function() { }); - it('should pass Random Excursions Test', function() { + it.skip('should pass Random Excursions Test', function() { }); - it('should pass Random Excursions Variant Test', function() { + it.skip('should pass Random Excursions Variant Test', function() { }); });