Skip elasticsearch output integration test in short mode
This commit is contained in:
parent
5612df48f9
commit
84a9f91f5c
|
@ -57,6 +57,10 @@ func TestTemplateManagementEmptyTemplate(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestTemplateManagement(t *testing.T) {
|
||||
if testing.Short() {
|
||||
t.Skip("Skipping integration test in short mode")
|
||||
}
|
||||
|
||||
urls := []string{"http://" + testutil.GetLocalHost() + ":9200"}
|
||||
|
||||
e := &Elasticsearch{
|
||||
|
|
Loading…
Reference in New Issue