Bug 1372449: Make quantum-pageload tests windows only r=aki
authorChris AtLee <catlee@mozilla.com>
Fri, 16 Jun 2017 11:46:23 -0400
changeset 14775 690428e14d5eacac26a70950bd6452ff6abad6c5
parent 14774 f7adbba32570f0ebc8db22754ee791d2bd3ae1a5
child 14776 aa45ca2543f10d9812a5b3220886e73663eceaa1
child 15288 346f92ff0a574e4ee84f119e20d7ac2401b9fb00
push id162
push usercatlee@mozilla.com
push dateFri, 16 Jun 2017 15:46:29 +0000
reviewersaki
bugs1372449
Bug 1372449: Make quantum-pageload tests windows only r=aki MozReview-Commit-ID: DNUEtRp0opT
mozilla-tests/config.py
--- a/mozilla-tests/config.py
+++ b/mozilla-tests/config.py
@@ -2727,17 +2727,17 @@ for name, branch in items_at_least(BRANC
 
 # Enable talos perf-reftest, g5, quantum-pageload-e10s on 55+
 for name, branch in items_at_least(BRANCHES, 'gecko_version', 55):
     if branch.get('enable_talos') is False:
         continue
     branch['perf-reftest_tests'] = (1, False, {}, ALL_TALOS_PLATFORMS)
     branch['perf-reftest-e10s_tests'] = (1, False, {}, ALL_TALOS_PLATFORMS)
     branch['g5-e10s_tests'] = (1, False, {}, ALL_TALOS_PLATFORMS)
-    branch['quantum-pageload-e10s_tests'] = (1, False, {}, ALL_TALOS_PLATFORMS)
+    branch['quantum-pageload-e10s_tests'] = (1, False, {}, WIN_ONLY)
 
 # Bug 1364157 - Disable non-e10s talos tests on 55+
 for name, branch in items_at_least(BRANCHES, 'gecko_version', 55):
     if branch.get('enable_talos') is False:
         continue
 
     branch['g1_tests'] = (0, False, {}, ALL_TALOS_PLATFORMS)
     branch['g2_tests'] = (0, False, {}, ALL_TALOS_PLATFORMS)