File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1963,6 +1963,7 @@ TEST_F(FirebaseGmaTest, TestAdViewStress) {
1963
1963
1964
1964
// TODO(@drsanta): remove when GMA whitelists CI devices
1965
1965
TEST_REQUIRES_USER_INTERACTION_ON_IOS;
1966
+ TEST_REQUIRES_USER_INTERACTION_ON_ANDROID;
1966
1967
1967
1968
for (int i = 0 ; i < 10 ; ++i) {
1968
1969
const firebase::gma::AdSize banner_ad_size (kBannerWidth , kBannerHeight );
@@ -1994,6 +1995,7 @@ TEST_F(FirebaseGmaTest, TestInterstitialAdStress) {
1994
1995
1995
1996
// TODO(@drsanta): remove when GMA whitelists CI devices
1996
1997
TEST_REQUIRES_USER_INTERACTION_ON_IOS;
1998
+ TEST_REQUIRES_USER_INTERACTION_ON_ANDROID;
1997
1999
1998
2000
for (int i = 0 ; i < 10 ; ++i) {
1999
2001
firebase::gma::InterstitialAd* interstitial =
@@ -2022,6 +2024,7 @@ TEST_F(FirebaseGmaTest, TestRewardedAdStress) {
2022
2024
2023
2025
// TODO(@drsanta): remove when GMA whitelists CI devices.
2024
2026
TEST_REQUIRES_USER_INTERACTION_ON_IOS;
2027
+ TEST_REQUIRES_USER_INTERACTION_ON_ANDROID;
2025
2028
2026
2029
for (int i = 0 ; i < 10 ; ++i) {
2027
2030
firebase::gma::RewardedAd* rewarded = new firebase::gma::RewardedAd ();
You can’t perform that action at this time.
0 commit comments