Bug 1237176 - actually disable test_bfcache.html on Android

This commit is contained in:
Phil Ringnalda 2016-01-31 11:58:58 -08:00
parent e7173a9fa8
commit 23428c914b

View File

@ -23,4 +23,4 @@ support-files =
[test_global_queue_cancel.html]
[test_global_queue_pause.html]
[test_bfcache.html]
skip-if = os == ('linux' || 'android') # bug 1237176
skip-if = os == 'linux' || os == 'android' # bug 1237176