Bug 1407423 - Part 4: Disable broken mochitest on Android (To fix in Bug 1348246) draft
authorKearwood "Kip" Gilbert <kgilbert@mozilla.com>
Thu, 30 Nov 2017 14:55:14 -0800
changeset 707741 4f6c097b494da283da45ce330a0286c1baf8fe2b
parent 707740 366201e8f228952942342b395cae2ba4fdd860d0
child 707742 eeffb154ecd81ccac0900291ba548aefb7160487
push id92204
push userkgilbert@mozilla.com
push dateTue, 05 Dec 2017 19:13:35 +0000
bugs1407423, 1348246
milestone59.0a1
Bug 1407423 - Part 4: Disable broken mochitest on Android (To fix in Bug 1348246) MozReview-Commit-ID: 2vncb5OP0po
dom/vr/test/mochitest/mochitest.ini
--- a/dom/vr/test/mochitest/mochitest.ini
+++ b/dom/vr/test/mochitest/mochitest.ini
@@ -9,13 +9,14 @@ support-files =
 [test_vrController_displayId.html]
 # Enable Linux after Bug 1310655 # TIMED_OUT for Android.
 skip-if = (os != "win" && release_or_beta) || (os == "android")
 [test_vrDisplay_canvas2d.html]
 skip-if = (os != "win" && release_or_beta) # Enable Linux after Bug 1310655
 [test_vrDisplay_exitPresent.html]
 skip-if = (os != "win" && release_or_beta) # Enable Linux after Bug 1310655
 [test_vrDisplay_getFrameData.html]
-skip-if = (os != "win" && release_or_beta) # Enable Linux after Bug 1310655
+# Enable Linux after Bug 1310655, enable Android after Bug 1348246
+skip-if = (os != "win" && release_or_beta) || (os == "android")
 [test_vrDisplay_onvrdisplaydeactivate_crosscontent.html]
 skip-if = true
 [test_vrDisplay_requestPresent.html]
 skip-if = true