Skip to content

Commit f2f00f1

Browse files
committed
remove queued
1 parent f7c3f98 commit f2f00f1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

cmd/pipelines/run_test.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -305,11 +305,6 @@ func TestDisplayProgressEvents(t *testing.T) {
305305
{
306306
name: "pipeline completed with all phases",
307307
events: []pipelines.PipelineEvent{
308-
{
309-
Timestamp: "2022-01-01T00:00:00.000Z",
310-
EventType: "update_progress",
311-
Message: "Update test-update-123 is QUEUED.",
312-
},
313308
{
314309
Timestamp: "2022-01-01T00:00:01.000Z",
315310
EventType: "update_progress",
@@ -343,7 +338,6 @@ func TestDisplayProgressEvents(t *testing.T) {
343338
},
344339
expected: `Run Phase Duration
345340
--------- --------
346-
QUEUED 1.0s
347341
CREATED 1.0s
348342
WAITING_FOR_RESOURCES 1.0s
349343
INITIALIZING 1.0s

0 commit comments

Comments
 (0)