Commit cd3f8bf2 authored by Devlin Cronin's avatar Devlin Cronin Committed by Commit Bot

[Sheriff] Disable flaky test PlatformThreadTest

Disable PlatformThreadWinTest.SetBackgroundThreadModeFailsInIdlePriorityProcess,
which is failing on Windows.

TBR=fdoray@chromium.org

Bug: 931720
Change-Id: I77fabc5c796b949f1616e0daf262695bf22ea14b
Reviewed-on: https://chromium-review.googlesource.com/c/1471385Reviewed-by: default avatarDevlin <rdevlin.cronin@chromium.org>
Commit-Queue: Devlin <rdevlin.cronin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#632027}
parent 3248e67c
......@@ -26,7 +26,9 @@ namespace base {
// behavior which we suspect is a Windows kernel bug. If this test starts
// failing, the mitigation for https://crbug.com/901483 in
// PlatformThread::SetCurrentThreadPriority() should be revisited.
TEST(PlatformThreadWinTest, SetBackgroundThreadModeFailsInIdlePriorityProcess) {
// Fails on various windows bots: https://crbug.com/931720.
TEST(PlatformThreadWinTest,
DISABLED_SetBackgroundThreadModeFailsInIdlePriorityProcess) {
PlatformThreadHandle::Handle thread_handle =
PlatformThread::CurrentHandle().platform_handle();
......
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