Skip Google search tests with CI to preserve daily rate limit
This commit is contained in:
parent
40ee593c3b
commit
7581c26d59
8 changed files with 79 additions and 46 deletions
14
src/test/resources/testng-ci.xml
Normal file
14
src/test/resources/testng-ci.xml
Normal 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>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue