Skip to content

Commit

Permalink
skip display tests in another place
Browse files Browse the repository at this point in the history
  • Loading branch information
tgummerer committed Apr 29, 2024
1 parent 988e557 commit e6932b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/backend/httpstate/snapshot_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,9 @@ func generateSnapshots(t testing.TB, r *rand.Rand, resourceCount, resourcePayloa

var journalEntries engine.JournalEntries
p := &lifecycletest.TestPlan{
Options: lifecycletest.TestUpdateOptions{T: t, HostF: hostF},
// This test generates big amounts of data so the event streams that would need to be
// checked in get too big. Skip them instead.
Options: lifecycletest.TestUpdateOptions{T: t, HostF: hostF, SkipDisplayTests: true},
Steps: []lifecycletest.TestStep{
{
Op: engine.Update,
Expand Down

0 comments on commit e6932b6

Please sign in to comment.