Skip elasticsearch output integration test in short mode
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user