Running the test on its own it's always passing. But running all the minidump tests I can see the failure more or less locally. Here is the order how the tests are run: ``` test browser::tests::test_copy_minidumps_with_non_existent_profile_path ... ok test browser::tests::test_copy_minidumps_with_non_existent_manifest_path ... ok test browser::tests::test_copy_minidumps ... FAILED ``` Maybe those invalid tests leave some data behind which causes a conflict with the test `test_copy_minidumps`.
Bug 2011832 Comment 3 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Running the test on its own it's always passing. But running all the minidump tests I can see the failure more or less locally. Here is the order how the tests are run: ``` test browser::tests::test_copy_minidumps_with_non_existent_profile_path ... ok test browser::tests::test_copy_minidumps_with_no_minidump_files() ... ok test browser::tests::test_copy_minidumps ... FAILED ``` Maybe those invalid tests leave some data behind which causes a conflict with the test `test_copy_minidumps`.