Skip interactive mode in tests

The automated tests aren't currently suited for testing it.
This commit is contained in:
Markus Mäkelä 2018-08-21 11:52:35 +03:00
parent 706f7ae86d
commit 73401837fd
No known key found for this signature in database
GPG Key ID: 72D48FCE664F7B19

View File

@ -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() {