Skip to content

Commit 97214c5

Browse files
enable test
Signed-off-by: Yaroslav Borbat <yaroslav.borbat@flant.com>
1 parent 321a624 commit 97214c5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

test/e2e/Taskfile.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,10 @@ tasks:
6363
--timeout=3h \
6464
{{end -}}
6565
{{if .FOCUS -}}
66-
--focus "{{ .FOCUS }}"
66+
--focus "{{ .FOCUS }}" \
67+
{{end -}}
68+
{{if .REPEAT -}}
69+
--repeat "{{ .REPEAT }}"
6770
{{end -}}
6871
6972
runp:

test/e2e/vm/volume_migration_local_disks.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,10 +245,7 @@ var _ = Describe("RWOVirtualDiskMigration", decoratorsForVolumeMigrations(), fun
245245
}
246246
})
247247

248-
// TODO: need v1.6.2 kubevirt to fix this test
249248
It("should be reverted first and completed second", func() {
250-
Skip("TODO: need v1.6.2 kubevirt to fix this test")
251-
252249
ns := f.Namespace().Name
253250

254251
vm, vds := localMigrationRootAndAdditionalBuild()

0 commit comments

Comments
 (0)