We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efdd4e6 commit 1c1bf6bCopy full SHA for 1c1bf6b
notebooks/xeus-cpp.ipynb
@@ -117,7 +117,7 @@
117
"vscode": {
118
"languageId": "c++"
119
},
120
- "tags": ["--tag-exclude-regex"]
+ "tags": ["skip"]
121
122
"outputs": [
123
{
test/test_xcpp_kernel.py
@@ -153,7 +153,8 @@ def test_notebooks(self):
153
inp,
154
out,
155
log_output=True,
156
- kernel_name='xcpp20'
+ kernel_name='xcpp20',
157
+ tag_exclude_regex="skip"
158
)
159
160
if executed_notebook is None: # Explicit check for None or any other condition
0 commit comments