summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/test/data/extensions/platform_apps/web_view/shim/main.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/test/data/extensions/platform_apps/web_view/shim/main.js b/chrome/test/data/extensions/platform_apps/web_view/shim/main.js
index 83a3b74..1cd6e6b 100644
--- a/chrome/test/data/extensions/platform_apps/web_view/shim/main.js
+++ b/chrome/test/data/extensions/platform_apps/web_view/shim/main.js
@@ -502,9 +502,7 @@ embedder.test.testList = {
'testSize': testSize,
'testAPIMethodExistence': testAPIMethodExistence,
'testEventName': testEventName,
- // WebViewTest.Shim_TestDestroyOnEventListener is flaky, so disable it.
- // http://crbug.com/255106
- // 'testDestroyOnEventListener': testDestroyOnEventListener,
+ 'testDestroyOnEventListener': testDestroyOnEventListener,
'testCannotMutateEventName': testCannotMutateEventName,
'testPartitionRaisesException': testPartitionRaisesException,
'testExecuteScriptFail': testExecuteScriptFail,