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:
@ -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());
|
||||
|
Reference in New Issue
Block a user