Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(801)

Unified Diff: courgette/ensemble_unittest.cc

Issue 8393032: Disable the Courgette ensemble unittest. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: courgette/ensemble_unittest.cc
diff --git a/courgette/ensemble_unittest.cc b/courgette/ensemble_unittest.cc
index 5330efa2a1f28fc93b9acbf82ac5ad4c53ca1956..7a0939b17eb0f22836ea31ee3d82e759fc2d0f51 100644
--- a/courgette/ensemble_unittest.cc
+++ b/courgette/ensemble_unittest.cc
@@ -68,5 +68,8 @@ void EnsembleTest::PeEnsemble() const {
}
TEST_F(EnsembleTest, All) {
nsylvain 2011/10/26 00:30:03 Please just set the name to DISABLED_All. There i
- PeEnsemble();
+ // TODO(dgarrett)
+ // Disabled until we can figure out why it takes 7 minutes to run on
+ // windows build bots.
+ // PeEnsemble();
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698