From 73401837fd4a83349ad36d9c521238afd5b57f55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Tue, 21 Aug 2018 11:52:35 +0300 Subject: [PATCH] Skip interactive mode in tests The automated tests aren't currently suited for testing it. --- maxctrl/test/special.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/maxctrl/test/special.js b/maxctrl/test/special.js index cbe39ce53..48f01028d 100644 --- a/maxctrl/test/special.js +++ b/maxctrl/test/special.js @@ -70,11 +70,6 @@ describe("Library invocation", function() { .should.be.fulfilled }) - it('no command', function() { - return ctrl.execute([], {}) - .should.be.rejected - }) - it('reject on connection failure', function() { stopMaxScale() .then(function() {