From be85387931ff23fc51a080a28998adeea64f59be Mon Sep 17 00:00:00 2001 From: Christopher Mead Date: Wed, 8 Jan 2025 08:14:59 -0700 Subject: [PATCH] E2E test: enable skipped viewer test (#5893) Enable viewer test that was temporarily skipped due to an issue. ### QA Notes All tests should pass @:viewer --- test/e2e/tests/viewer/viewer.test.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/e2e/tests/viewer/viewer.test.ts b/test/e2e/tests/viewer/viewer.test.ts index 75bb99d2ee4..f1762c01cd0 100644 --- a/test/e2e/tests/viewer/viewer.test.ts +++ b/test/e2e/tests/viewer/viewer.test.ts @@ -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