From 36ae6b6c41aa47799ba1d2d73c153dc1c5f832e9 Mon Sep 17 00:00:00 2001 From: Le Roux Bodenstein Date: Wed, 15 Jan 2025 08:28:10 +0000 Subject: [PATCH] forgot to remove half the comment --- packages/compass-e2e-tests/tests/time-to-first-query.test.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/compass-e2e-tests/tests/time-to-first-query.test.ts b/packages/compass-e2e-tests/tests/time-to-first-query.test.ts index 4fb7e953ef5..3d2d5d1ffc8 100644 --- a/packages/compass-e2e-tests/tests/time-to-first-query.test.ts +++ b/packages/compass-e2e-tests/tests/time-to-first-query.test.ts @@ -27,9 +27,6 @@ describe('Time to first query', function () { }); it('can open compass, connect to a database and run a query on a collection (never seen welcome)', async function () { - // We re-run the whole test to make sure that the timings for the test run - // are not skewed by waiting for the application to restart multiple times. - // start compass inside the test so that the time is measured together compass = await init(this.test?.fullTitle(), { firstRun: true });