Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip libbeat logstash output tests until Logstash ES output plugin is updated #14094

Merged
merged 5 commits into from
Oct 16, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Skipping one more test
  • Loading branch information
ycombinator committed Oct 16, 2019
commit 3a849f3a8438ea3053aab3203349b3f2d33d9382
1 change: 1 addition & 0 deletions libbeat/outputs/logstash/logstash_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,7 @@ func TestLogstashElasticOutputPluginBulkCompatibleMessageTCP(t *testing.T) {
}

func TestLogstashElasticOutputPluginBulkCompatibleMessageTLS(t *testing.T) {
t.Skip("skipped until https://github.com/logstash-plugins/logstash-output-elasticsearch/issues/887 is resolved")
testLogstashElasticOutputPluginBulkCompatibleMessage(t, "cmpblk-tls", true)
}

Expand Down