Commit dbc09c74 authored by Xiaocheng Hu's avatar Xiaocheng Hu Committed by Commit Bot

[Sheriff] Disable two flaky NativeFileSystemBrowserTest tests

Bug: 1038128
Change-Id: I2cb8c6575adea53ec8ae0b44949647fec7db8707
NoTry: True
Tbr: mek@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1982938Reviewed-by: default avatarXiaocheng Hu <xiaochengh@chromium.org>
Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#727659}
parent c11718bb
......@@ -172,7 +172,8 @@ IN_PROC_BROWSER_TEST_F(NativeFileSystemBrowserTest, SaveFile) {
}
}
IN_PROC_BROWSER_TEST_F(NativeFileSystemBrowserTest, OpenFile) {
// TODO(crbug.com/1038128): Test is flaky.
IN_PROC_BROWSER_TEST_F(NativeFileSystemBrowserTest, DISABLED_OpenFile) {
const base::FilePath test_file = CreateTestFile("");
const std::string file_contents = "file contents to write";
......@@ -270,7 +271,8 @@ IN_PROC_BROWSER_TEST_F(NativeFileSystemBrowserTest, FullscreenOpenFile) {
EXPECT_FALSE(IsFullscreen());
}
IN_PROC_BROWSER_TEST_F(NativeFileSystemBrowserTest, SafeBrowsing) {
// TODO(crbug.com/1038128): Test is flaky.
IN_PROC_BROWSER_TEST_F(NativeFileSystemBrowserTest, DISABLED_SafeBrowsing) {
const base::FilePath test_file = temp_dir_.GetPath().AppendASCII("test.exe");
std::string expected_hash;
......
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