Commit a261de1c authored by Fergus Dall's avatar Fergus Dall Committed by Commit Bot

sheriff: Disable slow FileManagerUITest tests

TBR=joelhockey@chromium.org

Bug: 1135410
Change-Id: I60f8130bbf2b4b7451e279ae2b344cfcd721d7b3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2449838Reviewed-by: default avatarFergus Dall <sidereal@google.com>
Commit-Queue: Fergus Dall <sidereal@google.com>
Cr-Commit-Position: refs/heads/master@{#814075}
parent 62e5f156
...@@ -67,7 +67,8 @@ IN_PROC_BROWSER_TEST_F(FileManagerUITest, CrostiniMount) { ...@@ -67,7 +67,8 @@ IN_PROC_BROWSER_TEST_F(FileManagerUITest, CrostiniMount) {
RunTest("crostiniMount"); RunTest("crostiniMount");
} }
IN_PROC_BROWSER_TEST_F(FileManagerUITest, CrostiniShare) { // TODO(crbug.com/1135410) Renable this once it won't timeout.
IN_PROC_BROWSER_TEST_F(FileManagerUITest, DISABLED_CrostiniShare) {
RunTest("crostiniShare"); RunTest("crostiniShare");
} }
...@@ -83,7 +84,8 @@ IN_PROC_BROWSER_TEST_F(FileManagerUITest, PluginVm) { ...@@ -83,7 +84,8 @@ IN_PROC_BROWSER_TEST_F(FileManagerUITest, PluginVm) {
RunTest("pluginVm"); RunTest("pluginVm");
} }
IN_PROC_BROWSER_TEST_F(FileManagerUITest, PluginVmShare) { // TODO(crbug.com/1135410) Renable this once it won't timeout.
IN_PROC_BROWSER_TEST_F(FileManagerUITest, DISABLED_PluginVmShare) {
RunTest("pluginVmShare"); RunTest("pluginVmShare");
} }
......
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