From 1b5b90d27daf5d771bd8db20bcc17da63f98dc70 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Wed, 15 Jul 2009 19:06:04 +0000 Subject: [PATCH] Exclude default_toolset.py [SVN r54972] --- v2/test/test_all.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v2/test/test_all.py b/v2/test/test_all.py index 26e1019a7..038c2928a 100644 --- a/v2/test/test_all.py +++ b/v2/test/test_all.py @@ -139,7 +139,8 @@ tests = [ "absolute_sources", "custom_generator", "default_build", "default_features", - "default_toolset", +# This test is known to be broken itself. +# "default_toolset", "dependency_property", "dependency_test", "disambiguation",