Skip to content

Commit 784662e

Browse files
authored
chore: reenable smoketest COMPASS-9554 (#7169)
1 parent 15429e1 commit 784662e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

packages/compass-e2e-tests/tests/time-to-first-query.test.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,6 @@ describe('Time to first query', function () {
5353

5454
it('can open compass, connect to a database and run a query on a collection (second run onwards)', async function () {
5555
// start compass inside the test so that the time is measured together
56-
57-
if (process.platform === 'win32') {
58-
// TODO(COMPASS-9554) This test is extremely flaky on Windows inside
59-
// Github Actions (ie. the smoke tests)
60-
this.skip();
61-
}
62-
6356
compass = await init(this.test?.fullTitle(), { firstRun: false });
6457

6558
const { browser } = compass;

0 commit comments

Comments
 (0)