File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -242,8 +242,9 @@ casper.notebook_test(function () {
242242 'kernel_disconnected.Kernel' ,
243243 'kernel_reconnecting.Kernel' ,
244244 'kernel_connected.Kernel' ,
245- 'kernel_busy.Kernel' ,
246- 'kernel_idle.Kernel'
245+ // note: there will be a 'busy' in here, too,
246+ // but we can't guarantee which will come first
247+ 'kernel_idle.Kernel' ,
247248 ] ,
248249 function ( ) {
249250 this . thenEvaluate ( function ( ) {
@@ -262,8 +263,7 @@ casper.notebook_test(function () {
262263 'kernel_connection_failed.Kernel' ,
263264 'kernel_reconnecting.Kernel' ,
264265 'kernel_connected.Kernel' ,
265- 'kernel_busy.Kernel' ,
266- 'kernel_idle.Kernel'
266+ 'kernel_idle.Kernel' ,
267267 ] ,
268268 function ( ) {
269269 this . thenEvaluate ( function ( ) {
You can’t perform that action at this time.
0 commit comments