Skip to content

Fix test T18522-deb-ppr

Krzysztof Gogolewski requested to merge wip/T23509 into master

The test referred to a module which has been restructured. This was not found earlier because the test was marked as fragile.

The fragile annotation was added in b18fbf52, so it was meant to be JS-specific. I ran it a couple of times locally with the JS backend and it passed every time. If it starts failing, we can add a js_fragile annotation.

Fixes #23509 (closed)

Merge request reports