diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-11 18:39:10 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-11 18:39:10 +0000 |
commit | 646d8c3ad0866d48a4eecebca005d162eb46c200 (patch) | |
tree | 636e8779c2ed9454288cbd1d7686f50337847e70 /chrome/browser/extensions/platform_app_browsertest.cc | |
parent | efa8e664f565ad9e26cd6dbbe2acc4ed7865d997 (diff) | |
download | chromium_src-646d8c3ad0866d48a4eecebca005d162eb46c200.zip chromium_src-646d8c3ad0866d48a4eecebca005d162eb46c200.tar.gz chromium_src-646d8c3ad0866d48a4eecebca005d162eb46c200.tar.bz2 |
Disable PlatformAppBrowserTest.LaunchWithRelativeFile while I investigate
BUG=173194
TBR=benwells
Review URL: https://codereview.chromium.org/12210117
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181721 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions/platform_app_browsertest.cc')
-rw-r--r-- | chrome/browser/extensions/platform_app_browsertest.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/extensions/platform_app_browsertest.cc b/chrome/browser/extensions/platform_app_browsertest.cc index 7323c5b..466d77a 100644 --- a/chrome/browser/extensions/platform_app_browsertest.cc +++ b/chrome/browser/extensions/platform_app_browsertest.cc @@ -406,11 +406,13 @@ IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, LaunchWithFile) { << message_; } +// TODO(thakis): Figure out what to do here, reenable. // Tests that relative paths can be passed through to the platform app. // This test doesn't use the normal test infrastructure as it needs to open // the application differently to all other platform app tests, by setting // the chrome::AppLaunchParams.current_directory field. -IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, LaunchWithRelativeFile) { +IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, + DISABLED_LaunchWithRelativeFile) { // Setup the command line ClearCommandLineArgs(); CommandLine* command_line = CommandLine::ForCurrentProcess(); |