Skip to content

Commit

Permalink
De-flake and re-enable AutomationApiTest
Browse files Browse the repository at this point in the history
BUG=353039

Review URL: https://codereview.chromium.org/201213006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@257638 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
[email protected] committed Mar 18, 2014
1 parent 64a1962 commit 2ff46fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class AutomationApiTest : public ExtensionApiTest {
};

// http://crbug.com/353039
IN_PROC_BROWSER_TEST_F(AutomationApiTest, DISABLED_SanityCheck) {
IN_PROC_BROWSER_TEST_F(AutomationApiTest, SanityCheck) {
ASSERT_TRUE(RunComponentExtensionTest("automation/sanity_check")) << message_;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ var assertTrue = chrome.test.assertTrue;
var RemoveUntestedStates = function(state) {
delete state['vertical'];
delete state['horizontal'];
delete state['hovered'];
};

var allTests = [
Expand Down

0 comments on commit 2ff46fd

Please sign in to comment.