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) {
19631963
19641964 // TODO(@drsanta): remove when GMA whitelists CI devices
19651965 TEST_REQUIRES_USER_INTERACTION_ON_IOS;
1966+ TEST_REQUIRES_USER_INTERACTION_ON_ANDROID;
19661967
19671968 for (int i = 0 ; i < 10 ; ++i) {
19681969 const firebase::gma::AdSize banner_ad_size (kBannerWidth , kBannerHeight );
@@ -1994,6 +1995,7 @@ TEST_F(FirebaseGmaTest, TestInterstitialAdStress) {
19941995
19951996 // TODO(@drsanta): remove when GMA whitelists CI devices
19961997 TEST_REQUIRES_USER_INTERACTION_ON_IOS;
1998+ TEST_REQUIRES_USER_INTERACTION_ON_ANDROID;
19971999
19982000 for (int i = 0 ; i < 10 ; ++i) {
19992001 firebase::gma::InterstitialAd* interstitial =
@@ -2022,6 +2024,7 @@ TEST_F(FirebaseGmaTest, TestRewardedAdStress) {
20222024
20232025 // TODO(@drsanta): remove when GMA whitelists CI devices.
20242026 TEST_REQUIRES_USER_INTERACTION_ON_IOS;
2027+ TEST_REQUIRES_USER_INTERACTION_ON_ANDROID;
20252028
20262029 for (int i = 0 ; i < 10 ; ++i) {
20272030 firebase::gma::RewardedAd* rewarded = new firebase::gma::RewardedAd ();
You can’t perform that action at this time.
0 commit comments