Skip to content

Commit ca70528

Browse files
committed
Remove flaky non-UI test.
1 parent 0b2932a commit ca70528

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

gma/integration_test/src/integration_test.cc

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3057,18 +3057,6 @@ TEST_F(FirebaseGmaUmpTest, TestUmpMethodsReturnOperationInProgress) {
30573057
future_request_2, "RequestConsentInfoUpdate second",
30583058
firebase::gma::ump::kConsentRequestErrorOperationInProgress);
30593059
WaitForCompletion(future_request_1, "RequestConsentInfoUpdate first");
3060-
3061-
firebase::Future<void> future_load_and_show_1 =
3062-
consent_info_->LoadAndShowConsentFormIfRequired(
3063-
app_framework::GetWindowController());
3064-
firebase::Future<void> future_load_and_show_2 =
3065-
consent_info_->LoadAndShowConsentFormIfRequired(
3066-
app_framework::GetWindowController());
3067-
WaitForCompletion(future_load_and_show_2,
3068-
"LoadAndShowConsentFormIfRequired second",
3069-
firebase::gma::ump::kConsentFormErrorOperationInProgress);
3070-
WaitForCompletion(future_load_and_show_1,
3071-
"LoadAndShowConsentFormIfRequired first");
30723060
}
30733061

30743062
TEST_F(FirebaseGmaUmpTest, TestUmpMethodsReturnOperationInProgressWithUI) {

0 commit comments

Comments
 (0)