Skip to content

Commit

Permalink
Disable NewlibPackagedAppTest.SuccessfulLoad
Browse files Browse the repository at this point in the history
Disabling flaky test on windows

TBR=bbudge@chromium.org

BUG=707068

Review-Url: https://codereview.chromium.org/2788633003
Cr-Commit-Position: refs/heads/master@{#461371}
  • Loading branch information
ortuno authored and Commit bot committed Apr 3, 2017
1 parent 1442dca commit f98f8cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions chrome/test/ppapi/ppapi_browsertest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1303,8 +1303,13 @@ class NonSfiPackagedAppTest : public PackagedAppTest {

// Load a packaged app, and wait for it to successfully post a "hello" message
// back.
#if defined(OS_WIN)
// flaky: crbug.com/707068
IN_PROC_BROWSER_TEST_F(NewlibPackagedAppTest, DISABLED_SuccessfulLoad) {
#else
IN_PROC_BROWSER_TEST_F(NewlibPackagedAppTest,
MAYBE_PPAPI_NACL(SuccessfulLoad)) {
#endif
RunTests("packaged_app");
}

Expand Down

0 comments on commit f98f8cb

Please sign in to comment.