retitle 1127521 python-atom: FTBFS: test "test_mem_usage" is flaky
thanks
On Fri, Apr 03, 2026 at 09:47:20AM -0000, Jeroen Ploemen wrote:
> Can't get this to reproduce, probably just a flaky test given that
> it's already marked as such on a multitude of platforms:
>
> > @pytest.mark.skipif(
> > "CI" in os.environ and sys.platform.startswith("darwin"),
> > reason="Flaky on MacOS CI runners",
> > )
> > @pytest.mark.skipif(sys.platform == "gnu0", reason="Flaky on Debian
> > GNU/Hurd")
> > @pytest.mark.skipif(PSUTIL_UNAVAILABLE, reason="psutil is not installed")
> > @pytest.mark.parametrize("label", MEM_TESTS.keys())
> > def test_mem_usage(label):
>
>
> I'll do a team upload to disable this specific test soon.
Hi. I've checked again, and the failure does not always happen (so it
is possible that you can't reproduce it by trying only once).
I'm doing a retitle to better reflect reality.
The failure rate is very high anyway (around 30% here), so yes,
disabling the test looks like the sensible thing to do.
Thanks.