Skip to content

Commit

Permalink
Skip all unreliable tests from the past month. (#35030)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmacknz authored and chrisberkhout committed Jun 1, 2023
1 parent 05b2ce6 commit 394d767
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions filebeat/tests/system/test_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ def test_shutdown_no_inputs(self):

filebeat.check_wait(exit_code=1)

@unittest.skip("Skipped as flaky: https://github.com/elastic/beats/issues/34982")
def test_no_paths_defined(self):
"""
In case a input is defined but doesn't contain any paths, input must return error which
Expand Down
1 change: 1 addition & 0 deletions libbeat/outputs/shipper/shipper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ func TestPublish(t *testing.T) {
shipperProcessor = toShipperEvent

t.Run("cancels the batch when a different server responds", func(t *testing.T) {
t.Skip("Flaky test: https://github.com/elastic/beats/issues/34984")
ctx, cancel := context.WithTimeout(ctx, 10*time.Second)
defer cancel()

Expand Down
1 change: 1 addition & 0 deletions x-pack/filebeat/input/cometd/input_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ func assertEventMatches(t *testing.T, expected bay.MaybeMsg, got beat.Event) {
}

func TestMultiEventForEOFRetryHandlerInput(t *testing.T) {
t.Skip("Flaky test: https://github.com/elastic/beats/issues/34956")
var err error

expectedEventCount := 2
Expand Down
1 change: 1 addition & 0 deletions x-pack/metricbeat/module/sql/query/test_sql_oracle.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ class Test(XPackTest):

COMPOSE_SERVICES = ['oracle']

@unittest.skip("Flaky test: https://github.com/elastic/beats/issues/34993")
@unittest.skipUnless(metricbeat.INTEGRATION_TESTS, "integration test")
def test_query(self):
"""
Expand Down

0 comments on commit 394d767

Please sign in to comment.