From 4d894250a43b617a4713227911e16310c04e417b Mon Sep 17 00:00:00 2001 From: Fae Charlton Date: Mon, 17 Apr 2023 13:49:26 -0400 Subject: [PATCH] disable flaky test (#35106) --- x-pack/metricbeat/module/sql/query/query_integration_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/metricbeat/module/sql/query/query_integration_test.go b/x-pack/metricbeat/module/sql/query/query_integration_test.go index 81e87b0491da..e2c311e79ec3 100644 --- a/x-pack/metricbeat/module/sql/query/query_integration_test.go +++ b/x-pack/metricbeat/module/sql/query/query_integration_test.go @@ -228,6 +228,7 @@ func TestPostgreSQL(t *testing.T) { } func TestOracle(t *testing.T) { + t.Skip("Flaky test: test containers fail over attempt to bind port 5500 https://github.com/elastic/beats/issues/35105") service := compose.EnsureUp(t, "oracle") host, port, _ := net.SplitHostPort(service.Host()) cfg := testFetchConfig{