summaryrefslogtreecommitdiffstats
path: root/test-apis-ci/src/main/resources/ci/testSuites/productAPIs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test-apis-ci/src/main/resources/ci/testSuites/productAPIs.xml')
-rw-r--r--test-apis-ci/src/main/resources/ci/testSuites/productAPIs.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/test-apis-ci/src/main/resources/ci/testSuites/productAPIs.xml b/test-apis-ci/src/main/resources/ci/testSuites/productAPIs.xml
deleted file mode 100644
index f3f7f912a1..0000000000
--- a/test-apis-ci/src/main/resources/ci/testSuites/productAPIs.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
-<suite name="productAPIs" configfailurepolicy="continue" verbose="2" parallel="tests"
- thread-count="6">
-
- <test name="Test">
- <classes>
- <class name="ProductCheckinTest"/>
- <class name="ProductCheckoutTest"/>
- <class name="ProductCreateWithValidationsTest"/>
- <class name="ProductGetFollowedTest"/>
- <class name="ProductUndoCheckoutTest"/>
- </classes>
- </test> <!-- Test -->
-</suite> <!-- Suite --> \ No newline at end of file