Skip to content

Commit

Permalink
E2E test: enable skipped viewer test
Browse files Browse the repository at this point in the history
  • Loading branch information
testlabauto committed Jan 7, 2025
1 parent be25a0f commit 6420bd6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/e2e/tests/viewer/viewer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ test.describe('Viewer', { tag: [tags.VIEWER] }, () => {
await theDoc.waitFor({ state: 'attached' });
});

// This randomly fails only in CI
test.skip('Python - Verify Viewer functionality with great-tables [C784888]', async function ({ app, logger, python }) {
test('Python - Verify Viewer functionality with great-tables [C784888]', async function ({ app, logger, python }) {

// extra clean up - https://github.com/posit-dev/positron/issues/4604
// without this, on ubuntu, the Enter key send to the console
Expand Down

0 comments on commit 6420bd6

Please sign in to comment.