Skip to content

Commit

Permalink
Temporarily disable WrongInstance test.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsimantov committed Jan 17, 2024
1 parent ed6c14c commit a2f4641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gma/integration_test/src/integration_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3024,7 +3024,7 @@ TEST_F(FirebaseGmaUmpTest, TestUmpCleanupRaceCondition) {
ProcessEvents(5000);
}

TEST_F(FirebaseGmaUmpTest, TestUmpCallbacksOnWrongInstance) {
TEST_F(FirebaseGmaUmpTest, TestUmpCallbacksOnWrongInstance_DISABLED) {
// Ensure that if ConsentInfo is deleted and then recreated, stale
// callbacks don't call into the new instance and cause crashes.
using firebase::gma::ump::ConsentFormStatus;
Expand Down

0 comments on commit a2f4641

Please sign in to comment.