Bug 1914368 Comment 0 Edit History

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

Follow up for Bug 1841896. We currently skip `helper_fission_tap.html` on Android because we're seeing a test failure on [try for Android](https://treeherder.mozilla.org/jobs?repo=try&revision=6645ceb0f44cdbf5f2cc7c593476152f2fe73ee8&selectedTaskRun=CbnhuPuFTbq-lO5NFiZwiw.0):
```
WARNING -  TEST-UNEXPECTED-FAIL | gfx/layers/apz/test/mochitest/test_group_fission.html | x-coord -43 landed near expected value 141.42135623730948
INFO -      SimpleTest.ok@SimpleTest/SimpleTest.js:426:16
INFO -      test@gfx/layers/apz/test/mochitest/helper_fission_tap.html:72:9
INFO -      async*@gfx/layers/apz/test/mochitest/helper_fission_tap.html:79:8
```
We don't see this when running on a local Android build with the emulator.

**Expected result:**
* Test should pass locally and on CI for Android
* Test is not skipped for Android (see [`test_group_fission.html`](https://searchfox.org/mozilla-central/source/gfx/layers/apz/test/mochitest/test_group_fission.html))
Follow up for Bug 1841896. We currently skip [`helper_fission_tap.html`](https://searchfox.org/mozilla-central/source/gfx/layers/apz/test/mochitest/helper_fission_tap.html) on Android because we're seeing a test failure on [try for Android](https://treeherder.mozilla.org/jobs?repo=try&revision=6645ceb0f44cdbf5f2cc7c593476152f2fe73ee8&selectedTaskRun=CbnhuPuFTbq-lO5NFiZwiw.0):
```
WARNING -  TEST-UNEXPECTED-FAIL | gfx/layers/apz/test/mochitest/test_group_fission.html | x-coord -43 landed near expected value 141.42135623730948
INFO -      SimpleTest.ok@SimpleTest/SimpleTest.js:426:16
INFO -      test@gfx/layers/apz/test/mochitest/helper_fission_tap.html:72:9
INFO -      async*@gfx/layers/apz/test/mochitest/helper_fission_tap.html:79:8
```
We don't see this when running on a local Android build with the emulator.

**Expected result:**
* Test should pass locally and on CI for Android
* Test is not skipped for Android (see [`test_group_fission.html`](https://searchfox.org/mozilla-central/source/gfx/layers/apz/test/mochitest/test_group_fission.html))

Back to Bug 1914368 Comment 0