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

View File

@ -70,11 +70,6 @@ describe("Library invocation", function() {
.should.be.fulfilled .should.be.fulfilled
}) })
it('no command', function() {
return ctrl.execute([], {})
.should.be.rejected
})
it('reject on connection failure', function() { it('reject on connection failure', function() {
stopMaxScale() stopMaxScale()
.then(function() { .then(function() {