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