Bug 1606082 - Skip about:profiling tests when not on nightly; r=gerald

Currently, the panel is nightly only while it is in development.

Differential Revision: https://phabricator.services.mozilla.com/D58296

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Greg Tatum 2019-12-27 20:23:10 +00:00
parent 744eaaee04
commit 6bb43533fc

View File

@ -5,8 +5,13 @@ support-files =
head.js
fake-frontend.html
# about:profiling tests are nightly only until the feature is released, and
# the feature is not enabled on android at all, since we rely on remote debugging.
[browser_aboutprofiling-features.js]
skip-if = !nightly_build || os == 'android'
[browser_aboutprofiling-threads.js]
skip-if = !nightly_build || os == 'android'
[browser_popup-end-to-end-click.js]
[browser_popup-env-restart-button.js]
[browser_popup-features-disabled.js]