Skip to content

Commit 5c5eea7

Browse files
authored
E2E test: skipping python references test until pyrefly is back on (#10865)
Pyrefly is off by default now so this cannot pass at the moment. ### QA Notes @:references
1 parent dd2f052 commit 5c5eea7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/e2e/tests/references/references.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ test.describe('References', {
2323

2424
});
2525

26-
test('Python - Verify References Pane Lists All Function References Across Files', {
26+
// skipping until we have pyrefly back on for tests
27+
test.skip('Python - Verify References Pane Lists All Function References Across Files', {
2728
annotation: [{ type: 'issue', description: 'https://github.com/posit-dev/positron/issues/6211' }]
2829
}, async function ({ app, python, openFile }) {
2930
const helper = 'helper.py';

0 commit comments

Comments
 (0)