Commit 4259b6b6 authored by Fergus Dall's avatar Fergus Dall Committed by Commit Bot

sheriff: Disable flaky FeaturePromoSnoozeInteractiveTest tests

TBR=collinbaker@chromium.org

Bug: 1134534, 1134535
Change-Id: I94e11685ebbfbc31ec0f75296e2b12da28d16463
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2449658Reviewed-by: default avatarFergus Dall <sidereal@google.com>
Commit-Queue: Fergus Dall <sidereal@google.com>
Cr-Commit-Position: refs/heads/master@{#814078}
parent 851431fd
...@@ -168,8 +168,9 @@ class FeaturePromoSnoozeInteractiveTest : public InProcessBrowserTest { ...@@ -168,8 +168,9 @@ class FeaturePromoSnoozeInteractiveTest : public InProcessBrowserTest {
subscription_; subscription_;
}; };
// TODO(crbug.com/1134534) Very flaky
IN_PROC_BROWSER_TEST_F(FeaturePromoSnoozeInteractiveTest, IN_PROC_BROWSER_TEST_F(FeaturePromoSnoozeInteractiveTest,
DismissDoesNotSnooze) { DISABLED_DismissDoesNotSnooze) {
ASSERT_NO_FATAL_FAILURE(AttemptTabGroupsIPH(true)); ASSERT_NO_FATAL_FAILURE(AttemptTabGroupsIPH(true));
FeaturePromoBubbleView* promo = promo_controller_->promo_bubble_for_testing(); FeaturePromoBubbleView* promo = promo_controller_->promo_bubble_for_testing();
...@@ -178,8 +179,9 @@ IN_PROC_BROWSER_TEST_F(FeaturePromoSnoozeInteractiveTest, ...@@ -178,8 +179,9 @@ IN_PROC_BROWSER_TEST_F(FeaturePromoSnoozeInteractiveTest,
true, 0, base::Time(), base::Time()); true, 0, base::Time(), base::Time());
} }
// TODO(crbug.com/1134535) Very flaky
IN_PROC_BROWSER_TEST_F(FeaturePromoSnoozeInteractiveTest, IN_PROC_BROWSER_TEST_F(FeaturePromoSnoozeInteractiveTest,
SnoozeSetsCorrectTime) { DISABLED_SnoozeSetsCorrectTime) {
ASSERT_NO_FATAL_FAILURE(AttemptTabGroupsIPH(true)); ASSERT_NO_FATAL_FAILURE(AttemptTabGroupsIPH(true));
FeaturePromoBubbleView* promo = promo_controller_->promo_bubble_for_testing(); FeaturePromoBubbleView* promo = promo_controller_->promo_bubble_for_testing();
...@@ -192,7 +194,8 @@ IN_PROC_BROWSER_TEST_F(FeaturePromoSnoozeInteractiveTest, ...@@ -192,7 +194,8 @@ IN_PROC_BROWSER_TEST_F(FeaturePromoSnoozeInteractiveTest,
false, 1, snooze_time_min, snooze_time_max); false, 1, snooze_time_min, snooze_time_max);
} }
IN_PROC_BROWSER_TEST_F(FeaturePromoSnoozeInteractiveTest, CanReSnooze) { // TODO(crbug.com/1134535) Very flaky
IN_PROC_BROWSER_TEST_F(FeaturePromoSnoozeInteractiveTest, DISABLED_CanReSnooze) {
// Simulate the user snoozing the IPH. // Simulate the user snoozing the IPH.
base::TimeDelta snooze_duration = base::TimeDelta::FromHours(26); base::TimeDelta snooze_duration = base::TimeDelta::FromHours(26);
base::Time snooze_time = base::Time::Now() - snooze_duration; base::Time snooze_time = base::Time::Now() - snooze_duration;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment