@@ -307,6 +307,7 @@ fn test_execute_without_restart_preserves_state() {
307307/// 3. Execute only cell-use (index 1) with `--restart-kernel --allow-errors` →
308308/// the kernel has been restarted so `persistent_var` is undefined → NameError.
309309#[ test]
310+ #[ ignore] // #87
310311fn test_restart_kernel_clears_state ( ) {
311312 let Some ( ctx) = TestCtx :: new ( ) else {
312313 eprintln ! ( "⚠️ Skipping connect-mode test: jupyter server not available" ) ;
@@ -363,6 +364,7 @@ fn test_restart_kernel_clears_state() {
363364/// After the kernel is restarted, running all cells from scratch must work correctly
364365/// and produce the expected output.
365366#[ test]
367+ #[ ignore] // #87
366368fn test_restart_kernel_then_full_notebook_works ( ) {
367369 let Some ( ctx) = TestCtx :: new ( ) else {
368370 eprintln ! ( "⚠️ Skipping connect-mode test: jupyter server not available" ) ;
@@ -416,6 +418,7 @@ fn test_execute_from_different_cwd() {
416418
417419/// Clear all outputs from a notebook in connect mode.
418420#[ test]
421+ #[ ignore] // #90
419422fn test_clear_outputs_in_connect_mode ( ) {
420423 let Some ( ctx) = TestCtx :: new ( ) else {
421424 eprintln ! ( "⚠️ Skipping connect-mode test: jupyter server not available" ) ;
@@ -455,6 +458,7 @@ fn test_clear_outputs_in_connect_mode() {
455458
456459/// Clear outputs from a specific cell by index in connect mode.
457460#[ test]
461+ #[ ignore] // #90
458462fn test_clear_outputs_specific_cell_in_connect_mode ( ) {
459463 let Some ( ctx) = TestCtx :: new ( ) else {
460464 eprintln ! ( "⚠️ Skipping connect-mode test: jupyter server not available" ) ;
0 commit comments