Skip to content

Commit 57095a9

Browse files
committed
OTA-1813: Drop a local label on alert-risk e2e
This is to follow up [1]. We need to fire an alert to test the feature, but it would lead to a job failure unless we get an exception from TRT via [2]. The local label exclusion in test configuration [3] are left for the "local" cases in the future. [1]. https://github.com/openshift/cluster-version-operator/pull/1329/changes#r2977643526 [2]. openshift/origin#30929 [3]. https://github.com/openshift/cluster-version-operator/blob/bb70c3bf2e0fee968cf02bae00b97b7be837a8b0/cmd/cluster-version-operator-tests/main.go#L23-L38
1 parent bb70c3b commit 57095a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/cvo/accept_risks.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ var _ = g.Describe(`[Jira:"Cluster Version Operator"] cluster-version-operator`,
6868
}
6969
})
7070

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

0 commit comments

Comments
 (0)