Commit 8ed2701c authored by sunxd's avatar sunxd Committed by Commit Bot

Enable SitePerProcessHitTestDataGenerationBrowserTest

The test was previously disabled due to being flaky. Now that the fixing
patch was landed, we should enable this test again.

Bug: 869314
Change-Id: I7faf6103cd1d5232d058494fe3c4e3018fe96db6
Reviewed-on: https://chromium-review.googlesource.com/1173267Reviewed-by: default avatarKen Buchanan <kenrb@chromium.org>
Commit-Queue: Xianda Sun <sunxd@chromium.org>
Cr-Commit-Position: refs/heads/master@{#582695}
parent 8a9a99f1
...@@ -4744,7 +4744,7 @@ IN_PROC_BROWSER_TEST_P(SitePerProcessHitTestDataGenerationBrowserTest, ...@@ -4744,7 +4744,7 @@ IN_PROC_BROWSER_TEST_P(SitePerProcessHitTestDataGenerationBrowserTest,
} }
IN_PROC_BROWSER_TEST_P(SitePerProcessHitTestDataGenerationBrowserTest, IN_PROC_BROWSER_TEST_P(SitePerProcessHitTestDataGenerationBrowserTest,
DISABLED_ClippedOOPIFFastPath) { ClippedOOPIFFastPath) {
if (!features::IsVizHitTestingEnabled()) if (!features::IsVizHitTestingEnabled())
return; return;
auto hit_test_data = auto hit_test_data =
......
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