Skip to content

Commit 1c1bf6b

Browse files
committed
Try to skip exception cell
1 parent efdd4e6 commit 1c1bf6b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

notebooks/xeus-cpp.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"vscode": {
118118
"languageId": "c++"
119119
},
120-
"tags": ["--tag-exclude-regex"]
120+
"tags": ["skip"]
121121
},
122122
"outputs": [
123123
{

test/test_xcpp_kernel.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,8 @@ def test_notebooks(self):
153153
inp,
154154
out,
155155
log_output=True,
156-
kernel_name='xcpp20'
156+
kernel_name='xcpp20',
157+
tag_exclude_regex="skip"
157158
)
158159

159160
if executed_notebook is None: # Explicit check for None or any other condition

0 commit comments

Comments
 (0)