Bug 967258 - Skip test_contacts_basics2.html on XP. r=RyanVM

This commit is contained in:
Reuben Morais 2015-08-06 21:56:16 -03:00
parent 7d5d6ffafb
commit 8e52f0fddd

View File

@ -5,7 +5,7 @@ support-files = shared.js
[test_contacts_basics.html]
skip-if = (toolkit == 'gonk' && debug) #debug-only failure
[test_contacts_basics2.html]
skip-if = (toolkit == 'gonk' && debug) #debug-only failure
skip-if = (toolkit == 'gonk' && debug) || (os == 'win' && os_version == '5.1') #debug-only failure, bug 967258 on XP
[test_contacts_blobs.html]
skip-if = (toolkit == 'gonk' && debug) #debug-only failure
[test_contacts_events.html]