Skip to content

Commit c3a5b72

Browse files
author
hebron
committed
✅: Update test suit file
1 parent 708606b commit c3a5b72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/resources/suites/MasterSuite.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd" >
33
<suite name="Master Suite">
44
<suite-files>
5-
<suite-file path="RegistrationSuite.xml"></suite-file>
5+
<!-- <suite-file path="RegistrationSuite.xml"></suite-file>-->
66
<suite-file path="TallySuite.xml"></suite-file>
7-
<suite-file path="CashboxSuite.xml"></suite-file>
7+
<!-- <suite-file path="CashboxSuite.xml"></suite-file>-->
88
</suite-files>
99
</suite>

0 commit comments

Comments
 (0)