commit | aaa93d4351b712762d6951a8c82bbe84c2077795 | [log] [tgz] |
---|---|---|
author | Benjamin, Max (mb388a) <mb388a@us.att.com> | Wed Mar 20 14:12:06 2019 -0400 |
committer | Benjamin, Max (mb388a) <mb388a@us.att.com> | Mon Apr 01 09:45:03 2019 -0400 |
tree | 69dab8e5203fe3aa6afb0a26b4da101213a3bf9f | |
parent | 24117e55159518d2e3599fd7cf6705d476cfda81 [diff] [blame] |
replace all fixed wiremock ports trying to get the tests that can be threaded to pass started to remove fixed port references Change-Id: I7bfe067a8f36c908039700646571681321e9a6f5 Issue-ID: SO-1676 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
diff --git a/mso-api-handlers/mso-api-handler-infra/pom.xml b/mso-api-handlers/mso-api-handler-infra/pom.xml index 16dfa68..1359a7f 100644 --- a/mso-api-handlers/mso-api-handler-infra/pom.xml +++ b/mso-api-handlers/mso-api-handler-infra/pom.xml
@@ -233,6 +233,7 @@ <includes> <include>**/AllTestsTestSuite.java</include> </includes> + <parallel>suites</parallel> </configuration> </execution> </executions>