Commit 9f0c1fe0 authored by hidehiko@chromium.org's avatar hidehiko@chromium.org

Re enable DriveFileSystemExtensionApiTest.Search.

The failure job was based on broken revision.
The root problem is already solved, so this re-enables the test.

BUG=229639
TEST=Ran try bot.


Review URL: https://chromiumcodereview.appspot.com/13907003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193383 0039d316-1c4b-4281-b951-d872f2087c98
parent a7dc7faf
...@@ -503,12 +503,7 @@ IN_PROC_BROWSER_TEST_F(DriveFileSystemExtensionApiTest, ...@@ -503,12 +503,7 @@ IN_PROC_BROWSER_TEST_F(DriveFileSystemExtensionApiTest,
FLAGS_USE_FILE_HANDLER | FLAGS_LAZY_FILE_HANDLER)) << message_; FLAGS_USE_FILE_HANDLER | FLAGS_LAZY_FILE_HANDLER)) << message_;
} }
#if defined(OS_CHROMEOS) IN_PROC_BROWSER_TEST_F(DriveFileSystemExtensionApiTest, Search) {
#define MAYBE_Search DISABLED_Search
#else
#define MAYBE_Search Search
#endif
IN_PROC_BROWSER_TEST_F(DriveFileSystemExtensionApiTest, MAYBE_Search) {
// Configure the drive service to return only one search result at a time // Configure the drive service to return only one search result at a time
// to simulate paginated searches. // to simulate paginated searches.
fake_drive_service_->set_default_max_results(1); fake_drive_service_->set_default_max_results(1);
......
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