Skip to content

Commit 957340c

Browse files
authored
Mark stress tests as requiring user interaction on Android as well. (#1196)
1 parent 0d93bad commit 957340c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gma/integration_test/src/integration_test.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)