Commit acba8766 authored by Yunke Zhou's avatar Yunke Zhou Committed by Commit Bot

Oobe: disable OobeZeroTouchInteractiveUITest on *San bots

Bug: 1135512
Change-Id: I5526b5cf4f06f7cba136d1981df977ebeb683bc7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2459867Reviewed-by: default avatarDenis Kuznetsov [CET] <antrim@chromium.org>
Commit-Queue: Yunke Zhou <yunkez@google.com>
Cr-Commit-Position: refs/heads/master@{#815110}
parent 2fd46e86
...@@ -807,7 +807,7 @@ void OobeInteractiveUITest::SimpleEndToEnd() { ...@@ -807,7 +807,7 @@ void OobeInteractiveUITest::SimpleEndToEnd() {
// Please do not disable it for whole ChromeOS, only for specific instrumented // Please do not disable it for whole ChromeOS, only for specific instrumented
// bots. Another alternative is to increase respective multiplier in // bots. Another alternative is to increase respective multiplier in
// base/test/test_timeouts.h. // base/test/test_timeouts.h.
IN_PROC_BROWSER_TEST_P(OobeInteractiveUITest, SimpleEndToEnd) { IN_PROC_BROWSER_TEST_P(OobeInteractiveUITest, MAYBE_SimpleEndToEnd) {
SimpleEndToEnd(); SimpleEndToEnd();
} }
...@@ -885,7 +885,7 @@ void OobeZeroTouchInteractiveUITest::ZeroTouchEndToEnd() { ...@@ -885,7 +885,7 @@ void OobeZeroTouchInteractiveUITest::ZeroTouchEndToEnd() {
// Please do not disable it for whole ChromeOS, only for specific instrumented // Please do not disable it for whole ChromeOS, only for specific instrumented
// bots. Another alternative is to increase respective multiplier in // bots. Another alternative is to increase respective multiplier in
// base/test/test_timeouts.h. // base/test/test_timeouts.h.
IN_PROC_BROWSER_TEST_P(OobeZeroTouchInteractiveUITest, EndToEnd) { IN_PROC_BROWSER_TEST_P(OobeZeroTouchInteractiveUITest, MAYBE_EndToEnd) {
ZeroTouchEndToEnd(); ZeroTouchEndToEnd();
} }
......
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