Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release-0.58] Backport sig-storage quarantines #9483

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/storage/datavolume.go
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,7 @@ var _ = SIGDescribe("DataVolume Integration", func() {
dv.Annotations = map[string]string{"user.custom.annotation/storage.thick-provisioned": "false"}
return dv
}
DescribeTable("[rfe_id:5070][crit:medium][vendor:cnv-qe@redhat.com][level:component]fstrim from the VM influences disk.img", func(dvChange func(*cdiv1.DataVolume) *cdiv1.DataVolume, expectSmaller bool) {
DescribeTable("[QUARANTINE][rfe_id:5070][crit:medium][vendor:cnv-qe@redhat.com][level:component]fstrim from the VM influences disk.img", func(dvChange func(*cdiv1.DataVolume) *cdiv1.DataVolume, expectSmaller bool) {
sc, exists := libstorage.GetRWOFileSystemStorageClass()
if !exists {
Skip("Skip test when Filesystem storage is not present")
Expand Down
2 changes: 1 addition & 1 deletion tests/storage/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ var _ = SIGDescribe("Storage", func() {

})

Context("with faulty disk", func() {
Context("[QUARANTINE] with faulty disk", func() {

var (
nodeName string
Expand Down