Skip to content

Commit

Permalink
Re-enable R console input tests (#5032)
Browse files Browse the repository at this point in the history
### Intent

Turn cnosole input test again as #4901 has been fixed in `main`

### Approach

Removed `skip`. Also note that these tests will now run as part of the PR jobs as requested by dev.

## QA Notes

Tests pass in CI
  • Loading branch information
jonvanausdeln authored Oct 15, 2024
1 parent 034c950 commit af3c808
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/smoke/src/areas/positron/console/consoleInput.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ print(f'Hello {val}!')`;
});
});

//Skipping due to https://github.com/posit-dev/positron/issues/4901
describe.skip('Console Input - R', () => {
describe('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 af3c808

Please sign in to comment.