Skip to content

Commit

Permalink
Remove old android test platforms
Browse files Browse the repository at this point in the history
- devices with firefox are currently not responsive at testingbot's site, the old phone testing is also not needed
  • Loading branch information
moiikana committed Jan 22, 2025
1 parent 89f28e9 commit dd0f1b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions campaign_info.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pagename = "B25_WMDE_Mobile_DE_00_var"
tracking = "org-mob00-250114-var"

[mobile.test_matrix]
device = [ "android_old_browser", "android_old_chrome", "android_firefox", "android_new_chrome", "iphone_old", "iphone_small", "iphone_new" ]
device = [ "android_old_chrome", "android_new_chrome", "iphone_old", "iphone_small", "iphone_new" ]
orientation = [ "portrait", "landscape"]


Expand Down Expand Up @@ -191,6 +191,6 @@ pagename = "B25_WMDE_Mobile_EN_00_var"
tracking = "org-mob_en00-250114-var"

[mobile_english.test_matrix]
device = [ "android_old_browser", "android_old_chrome", "android_firefox", "android_new_chrome", "iphone_old", "iphone_small", "iphone_new" ]
device = [ "android_old_chrome", "android_new_chrome", "iphone_old", "iphone_small", "iphone_new" ]
orientation = [ "portrait", "landscape" ]

0 comments on commit dd0f1b8

Please sign in to comment.