Disabled Twitter module by default
This commit is contained in:
parent
d9d5dd2e47
commit
1d85a1c516
6 changed files with 11 additions and 14 deletions
|
@ -41,7 +41,7 @@ import org.testng.annotations.Test
|
|||
* The `TwitterTest` class.
|
||||
*/
|
||||
class TwitterTest : LocalProperties() {
|
||||
@Test(groups = ["modules"])
|
||||
@Test(groups = ["modules", "twitter"])
|
||||
@Throws(ModuleException::class)
|
||||
fun testTweet() {
|
||||
val msg = "Testing Twitter API from ${getHostName()}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue