summaryrefslogtreecommitdiffstats
path: root/webapp/tests/client/client_user.test.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/tests/client/client_user.test.jsx')
-rw-r--r--webapp/tests/client/client_user.test.jsx17
1 files changed, 0 insertions, 17 deletions
diff --git a/webapp/tests/client/client_user.test.jsx b/webapp/tests/client/client_user.test.jsx
index 5f299670d..22bdd0e0f 100644
--- a/webapp/tests/client/client_user.test.jsx
+++ b/webapp/tests/client/client_user.test.jsx
@@ -651,23 +651,6 @@ describe('Client.User', function() {
});
});
- test('setActiveChannel', function(done) {
- TestHelper.initBasic(done, () => {
- var ids = [];
- ids.push(TestHelper.basicUser().id);
-
- TestHelper.basicClient().setActiveChannel(
- TestHelper.basicChannel().id,
- function() {
- done();
- },
- function(err) {
- done.fail(new Error(err.message));
- }
- );
- });
- });
-
test('verifyEmail', function(done) {
TestHelper.initBasic(done, () => {
TestHelper.basicClient().enableLogErrorsToConsole(false); // Disabling since this unit test causes an error