Last active
December 16, 2015 04:38
-
-
Save bobsilverberg/5378158 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [DEFAULT] | |
| # Test requires B2G | |
| b2g = true | |
| # Test requires antenna (headphones) | |
| antenna = false | |
| # Test requires bluetooth | |
| bluetooth = false | |
| # Test requires a SIM/Carrier connection | |
| carrier = false | |
| # Test requires SD card or storage | |
| sdcard = false | |
| # Test requires emulator | |
| qemu = false | |
| # Test requires local area network connection (wifi, ethernet, etc) | |
| lan = false | |
| # Test requires wifi connection | |
| wifi = false | |
| # Test requires a hardware camera | |
| camera = false | |
| # Expected to fail | |
| xfail = false | |
| # Flag used to disable tests on pandas pending investigation of failures | |
| panda = true | |
| [marketplace/test_search_marketplace_and_install_app.py] | |
| # Issue https://github.com/mozilla/gaia-ui-tests/issues/652 | |
| xfail = true | |
| [browser/test_browser_bookmark.py] | |
| [contacts/test_sms_contact.py] | |
| [contacts/test_add_photo_to_contact.py] | |
| [contacts/test_add_contact_to_favorites.py] | |
| [clock/test_clock_add_alarm_multiple_times.py] | |
| # Bug 860849 - MarionetteException: Illegal value in CI from test_clock_add_alarm_multiple_times run | |
| xfail = true | |
| [gallery/test_gallery_share_menu.py] | |
| [videoplayer/test_video_youtube.py] | |
| [settings/test_settings_wallpaper.py] | |
| [tests/dialer/test_MMI.py] | |
| [dialer/test_dialer_add_contact.py] | |
| [fmradio/test_fmradio_add_to_favorite.py] | |
| [fmradio/test_fmradio_find_stations.py] | |
| [fmradio/test_fmradio_frequency_dialer.py] | |
| [fmradio/test_fmradio_remove_from_favorite.py] | |
| [fmradio/test_fmradio_turn_on_off.py] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment