We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7c3f98 commit f2f00f1Copy full SHA for f2f00f1
cmd/pipelines/run_test.go
@@ -305,11 +305,6 @@ func TestDisplayProgressEvents(t *testing.T) {
305
{
306
name: "pipeline completed with all phases",
307
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
- },
313
314
Timestamp: "2022-01-01T00:00:01.000Z",
315
EventType: "update_progress",
@@ -343,7 +338,6 @@ func TestDisplayProgressEvents(t *testing.T) {
343
338
},
344
339
expected: `Run Phase Duration
345
340
--------- --------
346
-QUEUED 1.0s
347
341
CREATED 1.0s
348
342
WAITING_FOR_RESOURCES 1.0s
349
INITIALIZING 1.0s
0 commit comments