0

Disable EtwTraceControllerTest.EnableDisable again

Spelling counts. DISABLE_ doesn't work as well as DISABLED_. Tested
correctly this time to make sure it is actually disabled.

R=danakj@chromium.org
BUG=525297,534184

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

Cr-Commit-Position: refs/heads/master@{#349958}
This commit is contained in:
brucedawson
2015-09-21 10:50:48 -07:00
committed by Commit bot
parent 49cb89ac2a
commit 1a829413d5

@ -180,7 +180,7 @@ TEST_F(EtwTraceControllerTest, StartFileSession) {
}
// Disable until bug 525297 is fixed (hangs on Windows 7?)
TEST_F(EtwTraceControllerTest, DISABLE_EnableDisable) {
TEST_F(EtwTraceControllerTest, DISABLED_EnableDisable) {
TestingProvider provider(test_provider_);
EXPECT_EQ(ERROR_SUCCESS, provider.Register());