Index: Tools/GardeningServer/ui/ct-commit-tests.html |
diff --git a/Tools/GardeningServer/ui/ct-commit-tests.html b/Tools/GardeningServer/ui/ct-commit-tests.html |
index 885f77a18cea3513da4ccf0f7b1224ab9c32be27..2ea17e7dba18d3d543490959a1edc15f749c52fc 100644 |
--- a/Tools/GardeningServer/ui/ct-commit-tests.html |
+++ b/Tools/GardeningServer/ui/ct-commit-tests.html |
@@ -22,7 +22,7 @@ var kExampleCommitData = { |
module("ct-commit"); |
-asyncTest("basic", 3, function() { |
+asyncTest("basic", 2, function() { |
var grouper = document.createElement('ct-commit'); |
grouper.data = kExampleCommitData; |
@@ -31,7 +31,6 @@ asyncTest("basic", 3, function() { |
var html = grouper.shadowRoot.innerHTML; |
equal(html.indexOf('eseidel') != -1, true) |
- equal(html.indexOf('abarth') != -1, true) |
equal(html.indexOf('may not depend on') != -1, true) |
start(); |