Skip to content

Commit

Permalink
Add test ids for dataimportcron tests (#2728)
Browse files Browse the repository at this point in the history
Signed-off-by: Yan Du <yadu@redhat.com>
  • Loading branch information
duyanyan committed May 25, 2023
1 parent 41ba02d commit 2cf1ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dataimportcron_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ var _ = Describe("DataImportCron", func() {
table.Entry("[test_id:8266] succeed deleting error DVs when importing new ones", false, true, 2),
)

It("[test_id:XXXX] Should get digest updated by external poller", func() {
It("[test_id:10040] Should get digest updated by external poller", func() {
By("Create DataImportCron with only initial poller job")
cron = utils.NewDataImportCron(cronName, "5Gi", scheduleOnceAYear, dataSourceName, importsToKeep, *reg)
retentionPolicy := cdiv1.DataImportCronRetainNone
Expand Down

0 comments on commit 2cf1ef2

Please sign in to comment.