Skip to content

Commit

Permalink
Skip old Fibonacci test
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass committed Nov 7, 2023
1 parent 0742dba commit eb1f655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/examples/fibonacci.example.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var expect = require('chai').expect;
var ROSLIB = require('../..');

describe('Fibonacci Example', function() {
describe.skip('Fibonacci Example', function() {
it('Fibonacci', function(done) {
this.timeout(8000);

Expand Down

0 comments on commit eb1f655

Please sign in to comment.