Skip to content

Commit c267cca

Browse files
author
AJ Keller
committed
Removed auto test dependent on ntp with travis fail
1 parent 3a90e5a commit c267cca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/openbci-sdk-test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,8 @@ describe('#impedanceTesting', function() {
11391139
});
11401140
});
11411141

1142-
describe('#sync', function() {
1142+
// Need a better test
1143+
xdescribe('#sync', function() {
11431144
var ourBoard;
11441145
this.timeout(5000);
11451146
before(function (done) {

0 commit comments

Comments
 (0)