8000 Temporarily disable WrongInstance test. · compnerd/firebase-cpp-sdk@a2f4641 · GitHub
[go: up one dir, main page]

Skip to content

Commit a2f4641

Browse files
committed
Temporarily disable WrongInstance test.
1 parent ed6c14c commit a2f4641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gma/integration_test/src/integration_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3024,7 +3024,7 @@ TEST_F(FirebaseGmaUmpTest, TestUmpCleanupRaceCondition) {
30243024
ProcessEvents(5000);
30253025
}
30263026

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

0 commit comments

Comments
 (0)
0