File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ describe('Local', function () {
3535 } ) ;
3636 } ) ;
3737
38- it ( 'should throw error on running multiple binary' , function ( done ) {
38+ it . skip ( 'should throw error on running multiple binary' , function ( done ) {
3939 this . timeout ( 60000 ) ;
4040 bsLocal . start ( { 'key' : process . env . BROWSERSTACK_ACCESS_KEY } , function ( error ) {
4141 bsLocal_2 = new browserstack . Local ( ) ;
@@ -246,7 +246,7 @@ describe('Start sync', () => {
246246 expect ( bsLocal . isRunning ( ) ) . to . equal ( true ) ;
247247 } ) ;
248248
249- it ( 'should throw error on running multiple binary' , function ( ) {
249+ it . skip ( 'should throw error on running multiple binary' , function ( ) {
250250 this . timeout ( 60000 ) ;
251251 bsLocal . startSync ( { 'key' : process . env . BROWSERSTACK_ACCESS_KEY } ) ;
252252 bsLocal_2 = new browserstack . Local ( ) ;
@@ -261,6 +261,8 @@ describe('Start sync', () => {
261261 bsLocal . stop ( ( ) => {
262262 if ( bsLocal_2 ) {
263263 bsLocal_2 . stop ( done ) ;
264+ } else {
265+ done ( ) ;
264266 }
265267 } ) ;
266268 } ) ;
You can’t perform that action at this time.
0 commit comments