Skip Google search tests with CI to preserve daily rate limit

This commit is contained in:
Erik C. Thauvin 2022-09-16 21:11:02 -07:00
parent 40ee593c3b
commit 7581c26d59
8 changed files with 79 additions and 46 deletions

View file

@ -0,0 +1,14 @@
<!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd" >
<suite name="testng-ci">
<test name="ci">
<groups>
<run>
<exclude name="no-ci"/>
</run>
</groups>
<packages>
<package name="net.thauvin.erik.mobibot.*"/>
</packages>
</test>
</suite>