Skip to content

Commit

Permalink
Disable test for match-v4
Browse files Browse the repository at this point in the history
  • Loading branch information
MingweiSamuel committed Nov 28, 2021
1 parent 98311f1 commit fec50a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ describe('TeemoJS', function() {
assert.ok(data.matches);
});
});
it('match.getMatch', function() {
// TODO: update.
xit('match.getMatch', function() {
return api.get('na1', 'match.getMatch', 2351868633)
.then(data => {
assert.ok(data);
Expand Down

0 comments on commit fec50a4

Please sign in to comment.