Skip interactive mode in tests
The automated tests aren't currently suited for testing it.
This commit is contained in:
@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user