Skip to content

Commit 130e2ff

Browse files
authored
Skip flaky tests TestStateContinuity, TestBrowserSummaries
Skip flaky heartbeat tests (#47193, #47159)
1 parent 2316774 commit 130e2ff

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

x-pack/heartbeat/scenarios/browserbasics_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ import (
2323
)
2424

2525
func TestBrowserSummaries(t *testing.T) {
26+
t.Skip("Skipping flaky test https://github.com/elastic/beats/issues/47159")
2627
t.Parallel()
2728
scenarioDB.RunTagWithSeparateTwists(t, "browser", StdAttemptTwists, func(t *testing.T, mtr *framework.MonitorTestRun, err error) {
2829
all := mtr.Events()

x-pack/heartbeat/scenarios/stateloader_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const numRuns = 2
1818
var esIntegTwists = framework.MultiTwist(TwistAddRunFrom, TwistMultiRun(numRuns))
1919

2020
func TestStateContinuity(t *testing.T) {
21+
t.Skip("Skipping flaky test https://github.com/elastic/beats/issues/47193")
2122
t.Parallel()
2223
scenarioDB.RunAllWithATwist(t, esIntegTwists, func(t *testing.T, mtr *framework.MonitorTestRun, err error) {
2324
events := mtr.Events()

0 commit comments

Comments
 (0)