Removing unit test that we'll probably never run (#4944)

Этот коммит содержится в:
Corey Hulen
2017-01-03 13:08:31 -05:00
коммит произвёл Harrison Healey
родитель fba49d1b80
Коммит 55c8283b85

Просмотреть файл

@@ -290,22 +290,5 @@ describe('Client.Admin', function() {
);
});
});*/
// TODO XXX FIX ME - this test depends on make dist
// it('General.getTranslations', function(done) {
// TestHelper.initBasic(() => {
// TestHelper.basicClient().getTranslations(
// 'http://localhost:8065/static/i18n/es.json',
// function(data) {
// assert.equal(data['login.or'], 'o');
// done();
// },
// function(err) {
// done(new Error(err.message));
// }
// );
// });
// });
});