Skip to content

Commit

Permalink
Disable functional tests until integrated.
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Wels <[email protected]>
  • Loading branch information
awels committed Jun 2, 2022
1 parent 4bcc8d8 commit 72d35e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/storage/export.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const (
pvcNotFoundReason = "pvcNotFound"
)

var _ = SIGDescribe("Export", func() {
var _ = PSIGDescribe("Export", func() {
var err error
var token *k8sv1.Secret
var virtClient kubecli.KubevirtClient
Expand Down
4 changes: 4 additions & 0 deletions tests/storage/framework.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ func SIGDescribe(text string, body func()) bool {
func FSIGDescribe(text string, body func()) bool {
return FDescribe("[sig-storage] "+text, body)
}

func PSIGDescribe(text string, body func()) bool {
return PDescribe("[sig-storage] "+text, body)
}

0 comments on commit 72d35e2

Please sign in to comment.