Commit 5860788f authored by kjellander's avatar kjellander Committed by Commit bot

Disable MessagePumpLibeventTest.TestWatchingFromBadThread on Chrome OS

BUG=138845
TBR=chirantan@chromium.org

Review URL: https://codereview.chromium.org/1172283002

Cr-Commit-Position: refs/heads/master@{#333719}
parent e9e285d3
......@@ -77,7 +77,13 @@ class StupidWatcher : public MessagePumpLibevent::Watcher {
// Test to make sure that we catch calling WatchFileDescriptor off of the
// wrong thread.
TEST_F(MessagePumpLibeventTest, TestWatchingFromBadThread) {
#if defined(OS_CHROMEOS)
// Flaky on Chrome OS: crbug.com/138845.
#define MAYBE_TestWatchingFromBadThread DISABLED_TestWatchingFromBadThread
#else
#define MAYBE_TestWatchingFromBadThread TestWatchingFromBadThread
#endif
TEST_F(MessagePumpLibeventTest, MAYBE_TestWatchingFromBadThread) {
MessagePumpLibevent::FileDescriptorWatcher watcher;
StupidWatcher delegate;
......
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