Skip to content

chore: remove flaky test re capacity#1723

Open
drahnr wants to merge 1 commit intonextfrom
bernhard-capacity-test-drop
Open

chore: remove flaky test re capacity#1723
drahnr wants to merge 1 commit intonextfrom
bernhard-capacity-test-drop

Conversation

@drahnr
Copy link
Contributor

@drahnr drahnr commented Feb 28, 2026

https://midengroup.slack.com/archives/C08UTTDUMAS/p1772228752145459

The test is failing in CI in various of my PRs, yet I cannot reproduce it locally, nor is the test critical.

@drahnr drahnr added the no changelog This PR does not require an entry in the `CHANGELOG.md` file label Feb 28, 2026
Copy link
Collaborator

@Mirko-von-Leipzig Mirko-von-Leipzig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The culprit is simply CI performance :/

I suspect what's occurring is that the proving is simply too slow on the CI runner, and that the proof jobs are therefore timing out after 1 minute.

This is the sort of thing where we could "cheat" by using dependency injection to replace the proving with something cheap. However I dislike mocking like that.

Before we merge this, we should see if there are alternatives to improve the CI performance somehow. We already have dev profile optimisations specifically for this -- I wonder if we can go further? Or maybe we do need to mock this.. I kinda like having this test :) Though it isn't critical. The other tests in this file also take 60s+ so it is an issue to address maybe..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no changelog This PR does not require an entry in the `CHANGELOG.md` file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants