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 d0bb620 commit 5e22d6fCopy full SHA for 5e22d6f
test/e2e/tests/reticulate/reticulate.test.ts
@@ -14,7 +14,8 @@ test.use({
14
// to the installed python path
15
16
// Re-add WEB tag when https://github.com/posit-dev/positron/issues/6397 is fixed
17
-test.describe('Reticulate', {
+// Skipping until https://github.com/posit-dev/ark/pull/713 is merged
18
+test.describe.skip('Reticulate', {
19
tag: [tags.RETICULATE, tags.WEB],
20
annotation: [{ type: 'issue', description: 'https://github.com/posit-dev/positron/issues/6397' }]
21
}, () => {
0 commit comments