Skip to content

Commit 269ef0c

Browse files
committed
Make the test informing
This is to avoid blocking of OCP release from the new e2e test. We will remove the informing label when we feel confident about the collected stats from Sippy about the test.
1 parent 57095a9 commit 269ef0c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/cvo/accept_risks.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import (
1717
"k8s.io/apimachinery/pkg/util/wait"
1818
"k8s.io/client-go/rest"
1919

20+
oteginkgo "github.com/openshift-eng/openshift-tests-extension/pkg/ginkgo"
2021
configv1 "github.com/openshift/api/config/v1"
2122
configv1client "github.com/openshift/client-go/config/clientset/versioned/typed/config/v1"
2223

@@ -68,7 +69,7 @@ var _ = g.Describe(`[Jira:"Cluster Version Operator"] cluster-version-operator`,
6869
}
6970
})
7071

71-
g.It("should work with risks from alerts", g.Label("OTA-1813"), g.Label("Serial"), func() {
72+
g.It("should work with risks from alerts", g.Label("OTA-1813"), g.Label("Serial"), oteginkgo.Informing(), func() {
7273
// This test case relies on a public service util.FauxinnatiAPIURL
7374
o.Expect(util.SkipIfNetworkRestricted(ctx, c, util.FauxinnatiAPIURL)).To(o.BeNil())
7475

0 commit comments

Comments
 (0)