o Disabled IT for 3.x (we're aiming at a single Jetty-based HTTP wagon that combines the features of the existing two HTTP wagons)

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@809018 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-08-28 20:23:47 +00:00
parent 78b2f2fd22
commit 785f9c5e8c
1 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,8 @@ public class MavenITmng4254SelectableWagonProvidersTest
public MavenITmng4254SelectableWagonProvidersTest()
{
super( "(2.2.0,)" );
// not supported in 3.x, there will be a single HTTP wagon
super( "(2.2.0,3.0-alpha-1)" );
}
public void testCliUsage()