Skip to content

Commit

Permalink
Enable ExtensionPreferenceApiTest.DataReductionProxy test.
Browse files Browse the repository at this point in the history
This test was disabled because it was flaky on Windows. This test is now
significantly simpler, and the issue no longer repros.

BUG=477844

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

Cr-Commit-Position: refs/heads/master@{#379387}
  • Loading branch information
kundaji authored and Commit bot committed Mar 4, 2016
1 parent 1c0bba0 commit b5421b5
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -345,12 +345,7 @@ IN_PROC_BROWSER_TEST_F(ExtensionPreferenceApiTest, OnChangeSplit) {
EXPECT_TRUE(catcher_incognito.GetNextResult()) << catcher.message();
}

#if defined(OS_WIN) // http://crbug.com/477844
#define MAYBE_DataReductionProxy DISABLED_DataReductionProxy
#else
#define MAYBE_DataReductionProxy DataReductionProxy
#endif
IN_PROC_BROWSER_TEST_F(ExtensionPreferenceApiTest, MAYBE_DataReductionProxy) {
IN_PROC_BROWSER_TEST_F(ExtensionPreferenceApiTest, DataReductionProxy) {
EXPECT_TRUE(RunExtensionTest("preference/data_reduction_proxy")) <<
message_;
}

0 comments on commit b5421b5

Please sign in to comment.