Skip to content

Commit

Permalink
Make restart count test serial
Browse files Browse the repository at this point in the history
This test asserts that there are no failing datavolumes in the cluster,
so it can't run in parallel to negative tests, and thus has to remain
serial.

Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>
  • Loading branch information
akalenyu authored and kubevirt-bot committed Jul 10, 2024
1 parent 86eb720 commit 882b3a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/import_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,7 @@ var _ = Describe("[rfe_id:1115][crit:high][vendor:cnv-qe@redhat.com][level:compo
Expect(dv.Status.RestartCount).To(BeNumerically("==", 0))
})

It("[test_id:3996] Import datavolume with bad url will increase dv retry count", func() {
It("[test_id:3996] Import datavolume with bad url will increase dv retry count", Serial, func() {
if f.IsPrometheusAvailable() {
dataVolumeNoUnusualRestartTest(f)
}
Expand Down

0 comments on commit 882b3a2

Please sign in to comment.