Skip to content

Commit 978c7b8

Browse files
authored
chore(e2e): remove the retry (#6614)
remove the retry
1 parent 4d6ff12 commit 978c7b8

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
@@ -27,15 +27,8 @@ describe('Time to first query', function () {
2727
});
2828

2929
it('can open compass, connect to a database and run a query on a collection (never seen welcome)', async function () {
30-
// Starting the application with the webdriver.io fails on the first run
31-
// sometimes due to devtools / selenium server failing to start in time.
32-
// While the root cause is unknown, it usually passes just fine on a re-run
33-
// or next application start, so we are just retrying the test here to
34-
// work around the flake.
35-
//
3630
// We re-run the whole test to make sure that the timings for the test run
3731
// are not skewed by waiting for the application to restart multiple times.
38-
this.retries(5);
3932

4033
// start compass inside the test so that the time is measured together
4134
compass = await init(this.test?.fullTitle(), { firstRun: true });

0 commit comments

Comments
 (0)