Commit 285db508 authored by evan@chromium.org's avatar evan@chromium.org

Mark FLAKY_QueuedSharedWorkerStartedFromOtherTab flaky on all platforms.

This fails on all platforms, not just Mac.

BUG=48148

Review URL: http://codereview.chromium.org/3036022

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53815 0039d316-1c4b-4281-b951-d872f2087c98
parent 416b81c4
...@@ -632,15 +632,8 @@ TEST_F(WorkerTest, FLAKY_MultipleTabsQueuedSharedWorker) { ...@@ -632,15 +632,8 @@ TEST_F(WorkerTest, FLAKY_MultipleTabsQueuedSharedWorker) {
ASSERT_TRUE(WaitForProcessCountToBe(3, max_workers_per_tab)); ASSERT_TRUE(WaitForProcessCountToBe(3, max_workers_per_tab));
} }
// Only flaky on Mac http://crbug.com/48148 // Flaky: http://crbug.com/48148
#if defined(OS_MACOSX) TEST_F(WorkerTest, FLAKY_QueuedSharedWorkerStartedFromOtherTab) {
#define MAYBE_QueuedSharedWorkerStartedFromOtherTab \
FLAKY_QueuedSharedWorkerStartedFromOtherTab
#else
#define MAYBE_QueuedSharedWorkerStartedFromOtherTab \
QueuedSharedWorkerStartedFromOtherTab
#endif
TEST_F(WorkerTest, MAYBE_QueuedSharedWorkerStartedFromOtherTab) {
// Tests to make sure that queued shared workers are started up when // Tests to make sure that queued shared workers are started up when
// an instance is launched from another tab. // an instance is launched from another tab.
int max_workers_per_tab = WorkerService::kMaxWorkersPerTabWhenSeparate; int max_workers_per_tab = WorkerService::kMaxWorkersPerTabWhenSeparate;
......
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