Tests: Decreased logging for watcher smoke tests

Original commit: elastic/x-pack-elasticsearch@e5f4830e7f
This commit is contained in:
Martijn van Groningen 2018-02-13 14:35:37 +01:00
parent 2afbad6c15
commit ee0dcd3209
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ import static org.hamcrest.Matchers.is;
/** Runs rest tests against external cluster */
@Network // Needed to access to an external Jira server
@TestLogging("_root:TRACE")
public class SmokeTestWatcherClientYamlTestSuiteIT extends ESClientYamlSuiteTestCase {
public SmokeTestWatcherClientYamlTestSuiteIT(@Name("yaml") ClientYamlTestCandidate testCandidate) {