Skip to content

Commit b34006b

Browse files
Skip assistant chat edit test due to issue (#7392)
See #7391 Skipping tests that fail now because of this. This is a regression that was recently introduced and causes the failure. ### QA Notes Assistant tests are already marked critical. The Chat editing tests should be skipped <!-- Add additional information for QA on how to validate the change, paying special attention to the level of risk, adjacent areas that could be affected by the change, and any important contextual information not present in the linked issues. -->
1 parent f8329ce commit b34006b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/e2e/tests/positron-assistant/positron-assistant.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ test.describe('Positron Assistant Setup', { tag: [tags.WIN, tags.ASSISTANT, tags
9393
/**
9494
* Test suite Positron Assistant actions from the chat interface.
9595
*/
96-
test.describe('Positron Assistant Chat Editing', { tag: [tags.WIN, tags.ASSISTANT, tags.WEB, tags.CRITICAL] }, () => {
96+
// Skipped due to https://github.com/posit-dev/positron/issues/7391
97+
test.describe.skip('Positron Assistant Chat Editing', { tag: [tags.WIN, tags.ASSISTANT, tags.WEB, tags.CRITICAL] }, () => {
9798
test.beforeAll('How to set User Settings', async function ({ app, userSettings }) {
9899
// Need to turn on the assistant for these tests to work. Can remove once it's on by default.
99100
await userSettings.set([['positron.assistant.enable', 'true'],

0 commit comments

Comments
 (0)