Bug 1425175 - Disable skip-waiting-using-registration.https.html on Linux, OSX opt, Windows 7 pgo platforms. r=jmaher

This commit is contained in:
Eliza Balazs 2018-04-11 22:56:00 +03:00
Родитель 29d6c7e5d5
Коммит 3b5f09b043
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -2,4 +2,4 @@
disabled:
if (os == "linux"): https://bugzilla.mozilla.org/show_bug.cgi?id=1425175
if not debug and (os == "mac"): https://bugzilla.mozilla.org/show_bug.cgi?id=1425175
if not debug and (os == "win") and (version == "6.1.7600"): https://bugzilla.mozilla.org/show_bug.cgi?id=1425175
if not debug and (os == "win") and (version == "6.1.7601"): https://bugzilla.mozilla.org/show_bug.cgi?id=1425175