summaryrefslogtreecommitdiffstats
path: root/integration-tests
diff options
context:
space:
mode:
Diffstat (limited to 'integration-tests')
-rw-r--r--integration-tests/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index baf68689a8..e292195c38 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -762,6 +762,12 @@ limitations under the License.
<configuration>
<forkCount>1</forkCount>
<reuseForks>true</reuseForks>
+ <systemProperties>
+ <property>
+ <name>testng.dtd.http</name>
+ <value>true</value>
+ </property>
+ </systemProperties>
<suiteXmlFiles>
<file>src/test/resources/ci/testSuites/backend/onapApiSanity.xml</file>
<file>src/test/resources/ci/testSuites/frontend/onapUiSanity.xml</file>