summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--content/worker/test/worker_uitest.cc6
1 files changed, 2 insertions, 4 deletions
diff --git a/content/worker/test/worker_uitest.cc b/content/worker/test/worker_uitest.cc
index 9157419..355c287 100644
--- a/content/worker/test/worker_uitest.cc
+++ b/content/worker/test/worker_uitest.cc
@@ -317,13 +317,11 @@ TEST_F(WorkerTest, FLAKY_WorkerMapGc) {
RunWorkerFastLayoutTest("wrapper-map-gc.html");
}
-// Broken, http://crbug.com/101665
-TEST_F(WorkerTest, DISABLED_WorkerMessagePort) {
+TEST_F(WorkerTest, WorkerMessagePort) {
RunWorkerFastLayoutTest("worker-messageport.html");
}
-// Broken, http://crbug.com/101665
-TEST_F(WorkerTest, DISABLED_WorkerMessagePortGC) {
+TEST_F(WorkerTest, WorkerMessagePortGC) {
RunWorkerFastLayoutTest("worker-messageport-gc.html");
}