From fec50a46043f01b330913d8bb4185de1f3b00db9 Mon Sep 17 00:00:00 2001 From: Mingwei Samuel Date: Sat, 27 Nov 2021 22:23:19 -0800 Subject: [PATCH] Disable test for match-v4 --- test/test.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/test.js b/test/test.js index 1b473e7..cf281f1 100644 --- a/test/test.js +++ b/test/test.js @@ -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);