Skip to content

Commit 9ec7dc1

Browse files
committed
Temporarily ignore failure due to selector change in 3.3.0
1 parent 5c2b28d commit 9ec7dc1

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

atest/05_Features/Completion.robot

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,13 @@ Invalidates On Focus Loss
8383
Enter Cell Editor 1 line=2
8484

8585
Uses LSP Completions When Kernel Resoponse Times Out
86+
[Tags] requires:busy-indicator
8687
Configure JupyterLab Plugin {"kernelResponseTimeout": 1, "waitForBusyKernel": true}
8788
... plugin id=${COMPLETION PLUGIN ID}
8889
Should Complete While Kernel Is Busy
8990

9091
Uses LSP Completions When Kernel Is Busy
92+
[Tags] requires:busy-indicator
9193
[Documentation] When kernel is not available the best thing is to show some suggestions (LSP) rather than none.
9294
Configure JupyterLab Plugin {"kernelResponseTimeout": -1, "waitForBusyKernel": false}
9395
... plugin id=${COMPLETION PLUGIN ID}

scripts/atest.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
# TODO: restore when yaml-language-server supports both config and...
3030
# everything else: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/245
3131
["language:yaml", "feature:config"],
32+
# TODO: restore once busy indicator is CSS-readable on 3.3.x
33+
# https://github.com/jupyterlab/jupyterlab/issues/12174
34+
["requires:busy-indicator", "lab:3.3.0"],
3235
# TODO: restore when we figure out win36 vs jedi on windows
3336
# ["language:python", "py:36", "os:windows"],
3437
]

0 commit comments

Comments
 (0)