Skip to content

Commit

Permalink
Skip a UMP test that doesn't work on iOS simulator. (#1472)
Browse files Browse the repository at this point in the history
* Don't run a UMP test that doesn't work on iOS simulator.

* Format.
  • Loading branch information
jonsimantov authored Oct 11, 2023
1 parent 6b4d9de commit 314ac67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gma/integration_test/src/integration_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3023,6 +3023,8 @@ TEST_F(FirebaseGmaUmpTest, TestUmpCallbacksOnWrongInstance) {

TEST_F(FirebaseGmaUmpTest, TestUmpMethodsReturnOperationInProgress) {
SKIP_TEST_ON_DESKTOP;
SKIP_TEST_ON_IOS_SIMULATOR; // LoadAndShowConsentFormIfRequired
// is too quick on simulator.

using firebase::gma::ump::ConsentFormStatus;
using firebase::gma::ump::ConsentRequestParameters;
Expand Down

0 comments on commit 314ac67

Please sign in to comment.