Skip to content

Commit 5e22d6f

Browse files
Skip e2e reticulate test (#6474)
Until posit-dev/ark#713 is merged, reticulate tests will fail.
1 parent d0bb620 commit 5e22d6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/e2e/tests/reticulate/reticulate.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ test.use({
1414
// to the installed python path
1515

1616
// Re-add WEB tag when https://github.com/posit-dev/positron/issues/6397 is fixed
17-
test.describe('Reticulate', {
17+
// Skipping until https://github.com/posit-dev/ark/pull/713 is merged
18+
test.describe.skip('Reticulate', {
1819
tag: [tags.RETICULATE, tags.WEB],
1920
annotation: [{ type: 'issue', description: 'https://github.com/posit-dev/positron/issues/6397' }]
2021
}, () => {

0 commit comments

Comments
 (0)