Tests: Decreased logging for watcher smoke tests
Original commit: elastic/x-pack-elasticsearch@e5f4830e7f
This commit is contained in:
parent
2afbad6c15
commit
ee0dcd3209
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue