Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--production/testScripts/configuration/sdk.tests/testScripts/test.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/testScripts/configuration/sdk.tests/testScripts/test.xml b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
index 707e88355..598afe41b 100644
--- a/production/testScripts/configuration/sdk.tests/testScripts/test.xml
+++ b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
@@ -1362,7 +1362,7 @@
<target name="all">
<antcall target="quickTests" />
- <!-- <antcall target="longRunningTests" /> -->
+ <antcall target="longRunningTests" />
</target>
<target name="quickTests">

Back to the top