Skip to content

Commit d8ff19d

Browse files
committed
Make tests fail by trying to execute before the kernel is set up.
1 parent 03b4e32 commit d8ff19d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

notebook/tests/util.js

-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ casper.open_new_notebook = function () {
5353
console.error = serialize_arguments(console.error, console);
5454
});
5555

56-
// Make sure the kernel has started
57-
this.waitFor(this.kernel_running);
5856
// track the IPython busy/idle state
5957
this.thenEvaluate(function () {
6058
require(['base/js/namespace', 'base/js/events'], function (IPython, events) {

0 commit comments

Comments
 (0)