Commit 3e740752 authored by arthursonzogni's avatar arthursonzogni Committed by Commit Bot

Disable BackgroundTracingManagerBrowserTest.EarlyTraceEventsInTrace.

This test is still flaky. Error:
```
Value of: trace_receiver_helper.TraceHasMatchingString("TestEarlyEvent")
  Actual: false
Stack trace:
```

Expected: true
Tbr: oysteine@chromium.org
Bug: 1534867
Change-Id: Id5c1111d1e5dc8dfc97b09c835caae24457bf28c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1541179Reviewed-by: default avatarArthur Sonzogni <arthursonzogni@chromium.org>
Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#644767}
parent 89c8e876
...@@ -436,8 +436,9 @@ IN_PROC_BROWSER_TEST_F(BackgroundTracingManagerBrowserTest, ...@@ -436,8 +436,9 @@ IN_PROC_BROWSER_TEST_F(BackgroundTracingManagerBrowserTest,
// the full WaitForTracingEnabled() callback (background tracing will directly // the full WaitForTracingEnabled() callback (background tracing will directly
// enable the TraceLog so we get events prior to waiting for the whole IPC // enable the TraceLog so we get events prior to waiting for the whole IPC
// sequence to enable tracing coming back from the tracing service). // sequence to enable tracing coming back from the tracing service).
// TODO(https://crbug.com/945484): This tracing test is flaky.
IN_PROC_BROWSER_TEST_F(BackgroundTracingManagerBrowserTest, IN_PROC_BROWSER_TEST_F(BackgroundTracingManagerBrowserTest,
EarlyTraceEventsInTrace) { DISABLED_EarlyTraceEventsInTrace) {
TestTraceReceiverHelper trace_receiver_helper; TestTraceReceiverHelper trace_receiver_helper;
TestBackgroundTracingHelper background_tracing_helper; TestBackgroundTracingHelper background_tracing_helper;
......
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