Disable EnableCaptureAndDisableMonitoringWithEmptyFileAndNullCallback

This test is flaky on Android, so disable it there.

BUG=392446
TBR=nduca@chromium.org
NOTRY=true

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287347 0039d316-1c4b-4281-b951-d872f2087c98
parent 9f65036c
...@@ -292,9 +292,17 @@ IN_PROC_BROWSER_TEST_F(TracingControllerTest, ...@@ -292,9 +292,17 @@ IN_PROC_BROWSER_TEST_F(TracingControllerTest,
EXPECT_EQ(file_path.value(), last_actual_monitoring_file_path().value()); EXPECT_EQ(file_path.value(), last_actual_monitoring_file_path().value());
} }
// See http://crbug.com/392446
#if defined(OS_ANDROID)
#define MAYBE_EnableCaptureAndDisableMonitoringWithEmptyFileAndNullCallback \
DISABLED_EnableCaptureAndDisableMonitoringWithEmptyFileAndNullCallback
#else
#define MAYBE_EnableCaptureAndDisableMonitoringWithEmptyFileAndNullCallback \
EnableCaptureAndDisableMonitoringWithEmptyFileAndNullCallback
#endif
IN_PROC_BROWSER_TEST_F( IN_PROC_BROWSER_TEST_F(
TracingControllerTest, TracingControllerTest,
EnableCaptureAndDisableMonitoringWithEmptyFileAndNullCallback) { MAYBE_EnableCaptureAndDisableMonitoringWithEmptyFileAndNullCallback) {
Navigate(shell()); Navigate(shell());
TracingController* controller = TracingController::GetInstance(); TracingController* controller = TracingController::GetInstance();
......
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