mirror of https://github.com/apache/archiva.git
added missed out annotation for disabled tests
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@1561699 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4fec92375f
commit
d01a9ef4d1
|
@ -71,6 +71,7 @@ public class CSRFSecurityTest
|
|||
}
|
||||
|
||||
// TODO: TEMPORARILY DISABLED TO ADDRESS METHOD PARAMETER
|
||||
@Test(enabled = false)
|
||||
public void testCSRFDisableProxyConnector()
|
||||
{
|
||||
getSelenium().open( baseUrl );
|
||||
|
@ -80,6 +81,7 @@ public class CSRFSecurityTest
|
|||
}
|
||||
|
||||
// TODO: TEMPORARILY DISABLED TO ADDRESS METHOD PARAMETER
|
||||
@Test(enabled = false)
|
||||
public void testCSRFDeleteProxyConnector()
|
||||
{
|
||||
getSelenium().open( baseUrl );
|
||||
|
|
Loading…
Reference in New Issue