Bug 1715629 Comment 7 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Here some exact steps:

1. Open [test_navigation.py](https://searchfox.org/mozilla-central/source/testing/marionette/harness/marionette_harness/tests/unit/test_navigation.py#186) in your editor
2. Replace all `def test_` with `def tst_` except for `test_frameset`
3. Run `mach marionette-test --gecko-log - -vv testing/marionette/harness/marionette_harness/tests/unit/test_navigation.py --enable-fission --setpref fission.bfcachInParent=tue --repeat-until-failure`

Usually the failure happens after around the 10th iteration for a Linux opt artifact build.
Here some exact steps:

1. Open [test_navigation.py](https://searchfox.org/mozilla-central/source/testing/marionette/harness/marionette_harness/tests/unit/test_navigation.py#186) in your editor
2. Replace all `def test_` with `def tst_` except for `test_frameset`
3. Run `mach marionette-test --gecko-log - -vv testing/marionette/harness/marionette_harness/tests/unit/test_navigation.py --enable-fission --setpref fission.bfcachInParent=tue --run-until-failure`

Usually the failure happens after around the 10th iteration for a Linux opt artifact build.

Back to Bug 1715629 Comment 7