Skip to content

Commit eb1f655

Browse files
committed
Skip old Fibonacci test
1 parent 0742dba commit eb1f655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/examples/fibonacci.example.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
var expect = require('chai').expect;
22
var ROSLIB = require('../..');
33

4-
describe('Fibonacci Example', function() {
4+
describe.skip('Fibonacci Example', function() {
55
it('Fibonacci', function(done) {
66
this.timeout(8000);
77

0 commit comments

Comments
 (0)