Skip to content

Commit

Permalink
Skip R console input test (#4902)
Browse files Browse the repository at this point in the history
Skipping R console input test due to
#4901
  • Loading branch information
jonvanausdeln authored Oct 4, 2024
1 parent beaa5bc commit 00b8eab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/smoke/src/areas/positron/console/consoleInput.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { expect } from '@playwright/test';
import { Application, PositronPythonFixtures, PositronRFixtures } from '../../../../../automation';
import { setupAndStartApp } from '../../../test-runner/test-hooks';

describe('Console Input #web', () => {
describe('Console Input #web #pr', () => {
setupAndStartApp();

describe('Console Input - Python', () => {
Expand Down Expand Up @@ -48,7 +48,8 @@ print(f'Hello {val}!')`;
});
});

describe('Console Input - R', () => {
//Skipping due to https://github.com/posit-dev/positron/issues/4901
describe.skip('Console Input - R', () => {
before(async function () {
await PositronRFixtures.SetupFixtures(this.app as Application);
await this.app.workbench.positronLayouts.enterLayout('fullSizedPanel');
Expand Down

0 comments on commit 00b8eab

Please sign in to comment.