Commit 76fc80b1 authored by Parastoo Geranmayeh's avatar Parastoo Geranmayeh Committed by Commit Bot

[Sheriff] Disable flaky PPAPINaClNewlibTest.TCPSocket_UnexpectedCalls on Win.

TBR=bbudge

Bug: 1143728
Change-Id: Ieb9bca3f2e356a2bcb4647d0d9634270da829da4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2507870Reviewed-by: default avatarParastoo Geranmayeh <parastoog@google.com>
Reviewed-by: default avatarBill Budge <bbudge@chromium.org>
Commit-Queue: Parastoo Geranmayeh <parastoog@google.com>
Commit-Queue: Bill Budge <bbudge@chromium.org>
Auto-Submit: Parastoo Geranmayeh <parastoog@google.com>
Cr-Commit-Position: refs/heads/master@{#822266}
parent 601bdc52
...@@ -275,7 +275,11 @@ PPAPI_SOCKET_TEST(TCPSocket_Backlog) ...@@ -275,7 +275,11 @@ PPAPI_SOCKET_TEST(TCPSocket_Backlog)
#endif #endif
PPAPI_SOCKET_TEST(TCPSocket_Listen) PPAPI_SOCKET_TEST(TCPSocket_Listen)
PPAPI_SOCKET_TEST(TCPSocket_Interface_1_0) PPAPI_SOCKET_TEST(TCPSocket_Interface_1_0)
// Flaky on Windows https://crbug.com/1143728
#if !defined(OS_WIN)
PPAPI_SOCKET_TEST(TCPSocket_UnexpectedCalls) PPAPI_SOCKET_TEST(TCPSocket_UnexpectedCalls)
#endif
TEST_PPAPI_OUT_OF_PROCESS_VIA_HTTP(TCPServerSocketPrivate_Listen) TEST_PPAPI_OUT_OF_PROCESS_VIA_HTTP(TCPServerSocketPrivate_Listen)
TEST_PPAPI_OUT_OF_PROCESS_VIA_HTTP(TCPServerSocketPrivate_Backlog) TEST_PPAPI_OUT_OF_PROCESS_VIA_HTTP(TCPServerSocketPrivate_Backlog)
......
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