Skip to content

Commit

Permalink
Skip onstatechange test
Browse files Browse the repository at this point in the history
  • Loading branch information
jazz-soft committed Aug 18, 2018
1 parent d941b42 commit b36242c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mocha.js
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ describe('Web MIDI API', function() {
JZZ.requestMIDIAccess().then(onSuccess, onFail);
});
if (MT && (process.platform == 'darwin' || process.platform == 'linux')) {
it('onstatechange', function(done) {
it.skip('onstatechange', function(done) {
var src = MT.MidiSrc('Virtual MIDI-In');
function onSuccess(midiaccess) {
midiaccess.onstatechange = function() { src.disconnect(); done(); };
Expand Down

0 comments on commit b36242c

Please sign in to comment.