Bug 1433689 - Skip test_serviceworker_lifetime.html temporarily as it fails on linux32 non-e10s. r=me, a=testonly

This commit is contained in:
Sebastian Hengst 2018-01-27 22:15:39 +02:00
parent 08b426d9b2
commit 5d8ae77a29

View File

@ -25,5 +25,5 @@ skip-if = os == "win" # Bug 1373346
[test_try_registering_offline_disabled.html]
skip-if = os == "win" # Bug 1373346
[test_serviceworker_lifetime.html]
skip-if = os == "win" # Bug 1373346
skip-if = !e10s || os == "win" # e10s: Bug 1433689, Windows: Bug 1373346
[test_error_reporting.html]