Skip to content

Commit 314ac67

Browse files
authored
Skip a UMP test that doesn't work on iOS simulator. (#1472)
* Don't run a UMP test that doesn't work on iOS simulator. * Format.
1 parent 6b4d9de commit 314ac67

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gma/integration_test/src/integration_test.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3023,6 +3023,8 @@ TEST_F(FirebaseGmaUmpTest, TestUmpCallbacksOnWrongInstance) {
30233023

30243024
TEST_F(FirebaseGmaUmpTest, TestUmpMethodsReturnOperationInProgress) {
30253025
SKIP_TEST_ON_DESKTOP;
3026+
SKIP_TEST_ON_IOS_SIMULATOR; // LoadAndShowConsentFormIfRequired
3027+
// is too quick on simulator.
30263028

30273029
using firebase::gma::ump::ConsentFormStatus;
30283030
using firebase::gma::ump::ConsentRequestParameters;

0 commit comments

Comments
 (0)